/* GERAL */
body {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #8B8B8B;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

body.no-scroll {
	overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

a,
a:hover,
a:focus,
.cor-principal,
.menu a:hover,
.atributo-comum a:hover span,
.atributo-comum .active a span {
	color: #79278e;
}

.flex-column {
	flex-direction: column
}

.align-center {
	display: flex !important;
	align-items: center;
}

.splash {
	position: relative;
	display: table;
	margin: 0 auto 40px;
}

.splash:before,
.splash::after {
	position: absolute;
	display: block;
}

.splash:before {
	content: url('https://cdn.awsli.com.br/552/552894/arquivos/splash1.png');
	left: -50px;
	top: 8px;
}

.splash::after {
	content: url('https://cdn.awsli.com.br/552/552894/arquivos/splash2.png');
	right: -50px;
	top: 0;
}

.aux {
	display: block;
	margin-bottom: 3px;
	font-size: 14px;
}

.aux + .titulo {
	margin-top: 0 !important;
}

.no-border {
	border: none !important;
}

.fundo-principal:hover {
    opacity: 1;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.secao .align-center {
		flex-direction: column;
	}
	.secao .aux {
		text-align: center;
	}
	.order1 { order: 1; }
	.order2 { order: 2; }
	.order3 { order: 3; }
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* CABEÇALHO */
.barra-inicial {
	background-color: transparent;
	display: none;
}

#cabecalho {
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.10), 0 1px 0 0 rgba(0,0,0,0.07), inset 0 -2px 0 0 rgba(0,0,0,0.06);
}

#cabecalho>.conteiner>.row-fluid .conteudo-topo {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 112px;
}

/* LOGO */
#cabecalho>.conteiner>.row-fluid .logo a {
	height: 40px;
}

#cabecalho>.conteiner>.row-fluid .logo a img {
	margin: 0 auto;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (min-width: 767px) {
	#cabecalho>.conteiner>.row-fluid .logo a {
		height: 112px;
	}
	#cabecalho>.conteiner>.row-fluid .logo a img {
		margin: auto 0;
		margin-bottom: 0;
		max-height: 50px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior {
	/*display: none;*/
	padding: 0;
}

#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior ul.links-superior {
	float: right;
}

#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior ul.links-superior li {
	display: inline-block;
	font-size: 12px;
	margin-left: 30px;
}

#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior ul.links-superior li:first-child {
    margin-left: 0;
}

#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior .blog {
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	height: 23px;
	float: left;
	padding: 3px 15px;
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	color: #C082BA;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior .blog:hover {
	background-color: #C082BA;
	border-color: #C082BA;
	text-decoration: none;
	color: #FFF;
}

.lista-redes ul li,
ul.superior-redes-sociais li {
	display: block !important;
	float: left;
	margin-left: 5px;
}

.lista-redes ul,
ul.superior-redes-sociais {
	float: right;
	margin: 0;
	padding: 1px 0;
}

.lista-redes ul li:first-child,
ul.superior-redes-sociais li:first-child {
	margin-left: 0;
}

.lista-redes ul li a,
ul.superior-redes-sociais li a {
	display: block;
	background-color: #C082BA;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	line-height: 21px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.lista-redes ul li a:hover,
ul.superior-redes-sociais li a:hover {
	background-color: #79278e;
}

/* MENU SUPERIOR */
.menu.superior {
	background-color: transparent;
}

.menu.superior ul.nivel-um {
	display: flex;
	justify-content: center;
}

.menu.superior ul.nivel-um>li {
	padding: 0 30px;
	border: 0;
	position: relative;
}

.menu.superior ul.nivel-um>li:hover {
	border: none;
	margin-top: 0;
}

.menu.superior ul.nivel-um>li>a {
	position: relative;
}

.menu.superior ul.nivel-um>li>a:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    background: #FFD0D2;
	width: 0%;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
            transition: all 0.3s linear;
}

.menu.superior ul.nivel-um>li:hover>a:after {
    width: 100%;
}

.menu.superior .nivel-um>li a .titulo {
	color: #79278e;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
}

.menu.superior .nivel-um>li.last-link a .titulo {
	font-family: 'Sophia Regular';
	font-size: 34px;
	color: #FFF;
	position: relative;
	text-transform: lowercase;
	letter-spacing: 0;
	line-height: 46px;
	margin: 0;
	font-weight: 400;
}

.menu.superior .nivel-um>li.last-link a {
	position: relative;
	width: 170px;
	text-align: center;
}

.menu.superior .nivel-um>li.last-link a:before {
	content: "\e903";
	font-family: 'm_icons' !important;
	color: #79278e;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 44px;
	z-index: -1;
	display: block;
	line-height: 50px;
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}

.menu.superior .nivel-um>li.last-link:hover a:before {
	color: #C082BA;
}

.menu.superior .nivel-um>li.last-link a:after {
	display: none;
}

.menu.superior ul.nivel-um>li:before {
	border-right: 1px dashed #DADADA;
	width: 0;
	height: 16px;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	margin-top: -8px;
}

.menu.superior .nivel-um>li:first-child:before {
	display: none;
}

.menu.superior .nivel-um>li.conheca-os-produtos-inciclo a .titulo { color: #79278E; }
.menu.superior .nivel-um>li.coletor-menstrual a .titulo { color: #4276BA ; }
.menu.superior .nivel-um>li.calcinhas-menstruais a .titulo { color: #F19F1D; }
.menu.superior .nivel-um>li.onde-comprar a .titulo { color: #42BAA0; }

.menu.superior .nivel-um>li.conheca-os-produtos-inciclo>a:after { background-color: #79278E; }
.menu.superior .nivel-um>li.coletor-menstrual>a:after { background-color: #4276BA ; }
.menu.superior .nivel-um>li.calcinhas-menstruais>a:after { background-color: #F19F1D; }
.menu.superior .nivel-um>li.onde-comprar>a:after { background-color: #42BAA0; }


#cabecalho .minha-conta {
	float: left;
	border: 1px solid #E8E8E8;
	border-radius: 25px;
	margin: 0 30px 0 20px;
	position: relative;
	width: calc(100% - 102px);
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

#cabecalho .minha-conta i {
	content: "\e904";
	font-family: 'm_icons' !important;
}

#cabecalho .minha-conta a {
	padding: 0;
	padding-left: 35px;
	text-align: center;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	color: #C082BA;
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

#cabecalho .minha-conta .icon-user {
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 0;
	width: 20px;
	height: 50px;
	pointer-events: none;
	color: #C082BA;
	background-color: transparent;
	line-height: 50px;
	font-size: 22px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

#cabecalho .minha-conta:hover {
	background-color: #C082BA;
	border-color: #C082BA;
}

#cabecalho .minha-conta:hover .icon-user {
	color: white;
}

#cabecalho .minha-conta:hover a {
	color: white;
	text-decoration: none;
}


/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media (max-width: 979px) and (min-width: 768px) {
	#cabecalho>.conteiner>div>.span3 {
		width: 14.3646408839779%;
	}
	#cabecalho>.conteiner>.row-fluid .logo a {
		height: 92px;
	}
	#cabecalho>.conteiner>.row-fluid .logo a img {
		margin: auto 0 13px;
	}
	#cabecalho>.conteiner>.row-fluid .conteudo-topo {
		width: 82.87292817679558%;
		height: 92px;
	}
	#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior ul.links-superior {
		margin-left: 0;
		display: none;
	}
	#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior ul.links-superior li {
		margin-left: 20px;
	}
	#cabecalho>.conteiner>.row-fluid .conteudo-topo .superior .span4.offset1 {
		width: 40.05524861878453%;
		margin-left: 2.7624309392265194%;
	}
	#cabecalho>.conteiner>.row-fluid .conteudo-topo .inferior .span4.offset1 {
		width: 40.05524861878453%;
		margin-left: 2.7624309392265194%;
	}
	.menu.superior ul.nivel-um>li {
		padding: 0 15px;
	}
	.menu.superior .nivel-um>li.last-link {
		display: none;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	#cabecalho>.conteiner>div>.span3 {
		width: 14.893617021276595%;
	}
	#cabecalho>.conteiner>.row-fluid .logo a {
		height: 92px;
	}
	#cabecalho>.conteiner>.row-fluid .logo a img {
		margin: auto 0 18px;
	}
	#cabecalho>.conteiner>.row-fluid .conteudo-topo {
		width: 82.97872340425532%;
		height: 92px;
	}
	#cabecalho .minha-conta {
		margin: 0 30px 0 80px;
		width: calc(100% - 160px);
	}
	#menu-fixo>.conteiner>.row-fluid .conteudo-topo .inferior .span4.offset1,
	#cabecalho>.conteiner>.row-fluid .conteudo-topo .inferior .span4.offset1 {
		width: 40.42553191489362%;
		margin-left: 0;
	}
	#menu-fixo .minha-conta {
		margin: 0 30px 0 40px;
		width: calc(100% - 120px);
	}
	.menu.superior ul.nivel-um>li {
		padding: 0 15px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* CARRINHO */
.carrinho a span {
	display: none !important;
}

.carrinho {
	border: none;
	float: right;
	width: 50px;
	height: 50px;
	background-color: #C082BA;
	border-radius: 50%;
	border: 1px solid #C082BA;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.carrinho:hover {
    border: 1px solid #E8E8E8;
    background-color: transparent;
}

.carrinho a i {
	background-color: transparent;
	width: 50px;
	height: 50px;
	line-height: 30px;
	padding: 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.carrinho a i:before {
	content: "\e902";
	font-family: 'm_icons' !important;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.carrinho:hover a i:before {
	color: #C082BA;
}

.carrinho a .qtd-carrinho {
	display: block !important;
	background-color: #79278e;
	width: 20px;
	height: 20px;
	color: white;
	font-size: 9px;
	font-weight: 800;
	margin: 0;
	line-height: 18px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	right: -5px;
	top: -5px;
	padding: 1px;
	text-indent: -1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.carrinho .carrinho-interno .botao.principal,
.carrinho .carrinho-interno .botao.principal {
	width: auto;
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 14px;
	background-color: #79278e !important;
	padding: 6px 14px;
	line-height: normal;
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.2);
}

.carrinho .carrinho-interno .botao.principal:before,
.carrinho .carrinho-interno .botao.principal:before {
	display: none;
}

/* MENU FIXO */
.menu-fixo{
	z-index: 1000;
	position: fixed;
	background-color: #fff;
	top: -200px;
	opacity: 0;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.10), 0 1px 0 0 rgba(0,0,0,0.07), inset 0 -2px 0 0 rgba(0,0,0,0.06);
	backface-visibility: hidden;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
			transition: all 0.3s linear;
}

.menu-fixo.header-show{
	top: 0px;
	opacity: 1;
	padding: 10px 0;
}

#menu-fixo .menu.superior {
	height: 65px;
	position: relative;
	top: 20px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	visibility: visible;
	margin-top: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#menu-fixo .menu.superior.escondido {
	height: 0;
	 opacity: 0;
	pointer-events: none;
}

#menu-fixo .logo a {
	height: 50px;
}

#menu-fixo .menu-menu-fixo {
	height: 50px;
	line-height: 50px;
}

#menu-fixo .menu-menu-fixo a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#menu-fixo .menu-menu-fixo a:hover,
#menu-fixo .menu-menu-fixo a:active,
#menu-fixo .menu-menu-fixo a:focus {
	outline: none;
	text-decoration: none;
}


#menu-fixo .menu-menu-fixo i {
	font-size: 24px;
	padding-right: 10px;
	color: #79278e;
	font-family: 'm_icons' !important;
	transition: all .3s ease-in-out;
}

#menu-fixo .menu-menu-fixo i:before {
	content: "\e900";
}

#menu-fixo .menu-menu-fixo .menu-icon {
	font-size: 12px;
	font-weight: 600;
	color: #79278e;
	transition: all .3s ease-in-out;
}

/* MOBILE HEADER */
.atalhos-mobile {
	border: none;
	background-color: #FFF;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.10), 0 1px 0 0 rgba(0,0,0,0.07), inset 0 -2px 0 0 rgba(0,0,0,0.06);
}

.atalhos-mobile ul li:empty,
.atalhos-mobile ul li.vazia {
	display: none;
}

.atalhos-mobile ul li {
	border: none;
	background-color: transparent;
}

.atalhos-mobile ul li a {
	text-shadow: none;
	color: #C082BA;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.atalhos-mobile ul li a:hover {
	color: #79278e;
}

.atalhos-mobile ul li a.menu-mobile-button {
	font-size: 26px;
	line-height: 50px;
	top: 0;
	background-color: #C082BA;
	color: #FFF;
	width: 50px;
	height: 50px;
	display: block;
	padding: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

.atalhos-mobile ul li a.menu-mobile-button:before,
.atalhos-mobile ul li a.menu-mobile-button:after {
	position: absolute;
	width: 50px;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.atalhos-mobile ul li a.menu-mobile-button:before {
	left: 0;
	content: "\e900";
	font-family: 'm_icons' !important;
}

.atalhos-mobile ul li a.menu-mobile-button:after {
	content: "\f00d";
	left: 50px;
}

.atalhos-mobile ul li a.menu-mobile-button.open:before {
	left: -50px;
}

.atalhos-mobile ul li a.menu-mobile-button.open:after {
	left: 0;
}

.atalhos-mobile ul li a.icon-user:before,
.atalhos-mobile ul li a.icon-shopping-cart:before {
	font-family: 'm_icons' !important;
	font-size: 26px;
}

.atalhos-mobile ul li a.icon-shopping-cart:before {
	content: "\e902";
}

.menu-mobile {
	width: 100%;
	height: calc(100vh - 50px);
	background: #FFF;
	display: block;
	position: fixed;
	top: 50px;
	left: 100%;
	padding: 30px;
	z-index: 500;
	overflow: scroll;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.menu-mobile.open {
	left: 0;
}

.menu-mobile .logo {
	margin-bottom: 30px;
}

.menu-mobile .logo a {
	top: 0;
	height: 40px;
}

.menu-mobile .logo a img {
	height: 60px;
}

.menu-mobile .menu.superior ul.nivel-um {
	border: none;
	display: block;
	margin: 0;
}

.menu-mobile .menu.superior ul.nivel-um li {
	padding: 0;
}

.menu-mobile .menu.superior ul.nivel-um>li:before {
	display: none;
}

.menu-mobile .menu.superior ul.nivel-um li a {
	top: 0;
	padding: 0 20px;
	border-bottom: 1px dashed #DADADA;
	text-align: left;
	line-height: 50px;
}

.menu-mobile .menu.superior ul.nivel-um li a strong {
	margin: 0;
	display: block;
}

.menu-mobile .menu.superior ul.nivel-um li.last-link {
	display: table;
	width: 100%;
}

.menu-mobile .menu.superior ul.nivel-um li.last-link a {
	border: none;
	margin: 20px auto;
	padding: 0;
	text-align: center;
}

.menu-mobile ul.superior-redes-sociais {
	margin: 20px auto 0;
	display: table;
	float: none;
}

.menu-mobile ul.superior-redes-sociais li {
	margin-left: 10px;
}

.menu-mobile ul.superior-redes-sociais li a {
	padding: 0;
	top: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
}

/* SEARCHFORM */
.busca {
	border: none;
	padding: 0;
	background-color: transparent;
}

.busca input {
	border: 2px solid #FFD0D2;
	border-radius: 10px;
	height: 50px;
	padding: 10px 20px;
	padding-right: 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

.busca input:focus {
	outline: none;
	box-shadow: none;
	border-color: #C082BA;
}

.busca .botao-busca {
	background-color: transparent;
	border: none;
	background-image: none;
	color: #79278e;
	font-size: 22px;
	width: 60px;
	height: 50px;
	right: 0;
	top: 0;
	padding: 15px 18px;
	line-height: 1em;
	font-size: 20px;
}

.busca .botao-busca.icon-search:before {
	content: "\e901";
	font-family: 'm_icons' !important;
}

.busca .botao-busca:hover {
	color: #C082BA;
}

/* BUSCA MOBILE */
/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	#cabecalho {
		box-shadow: none;
		margin-bottom: 20px;
	}
	#cabecalho>.conteiner>.row-fluid .conteudo-topo {
		height: auto;
	}
	.conteudo-topo .busca-mobile {
		background-color: transparent;
		padding: 0 20px;
	}
	.conteudo-topo .busca-mobile .atalho-menu {
		display: none !important;
	}
	.conteudo-topo .busca-mobile .busca {
		margin: 0;
	}
	.conteudo-topo .busca-mobile .menu.superior {
		display: none;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Breadcrumbs */
#corpo .breadcrumbs {
	border: none;
	padding: 0;
	margin: 5px 0 50px !important;
}

#corpo .breadcrumbs ul li {
	border: none;
}

#corpo .breadcrumbs ul li * {
	font-size: 12px;
}

#corpo .breadcrumbs ul li i {
	display: none;
}

#corpo .breadcrumbs ul li:after {
	content: '/';
}

#corpo .breadcrumbs ul li:last-child:after {
	display: none;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	#corpo .breadcrumbs ul li {
		display: block;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* BANNER */
.secao-banners .conteiner {
	max-width: none;
	padding: 0;
}

.banner .flex-control-nav {
	bottom: auto;
	right: auto;
	margin: 0 auto;
	margin-top: -35px;
	position: relative;
	display: table;
}

.banner .flex-control-paging li {
	margin: 0 10px;
}

.banner .flex-control-paging li a {
	width: 8px;
	height: 8px;
	background: rgba(0,0,0,0.1);
	border: none;
	border-radius: 50%;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

.banner .flex-control-paging li a:hover {
	background: rgba(0,0,0,0.4);
}

.banner .flex-control-paging li a.flex-active {
	width: 8px;
	height: 8px;
	background: #FF5F5B;
}

.banner .flex-control-paging li a.flex-active:hover {
	background: #FF5F5B;
}

.flex-direction-nav a {
	background: transparent;
	color: transparent;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}

.flex-direction-nav a:before {
	display: block;
	font-family: 'm_icons';
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	font-size: 34px;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: rgba(0,0,0,0.3);
	text-shadow: none;
}

.flex-direction-nav a.flex-prev:before {
	content: "\e906";
}

.flex-direction-nav a.flex-next:before {
	content: "\e905";
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.secao-banners {
		display: none !important;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* TARJA */
.banner.tarja {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

/* Mini Banners Home */
.pagina-inicial .banner.mini-banner {
	margin-bottom: 70px;
}

.pagina-inicial .banner.mini-banner .modulo {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pagina-inicial .banner.mini-banner .modulo:hover {
    opacity: 0.7
}

.pagina-inicial #listagemProdutos>ul:first-of-type .listagem-item .imagem-produto {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pagina-inicial #listagemProdutos>ul:first-of-type .listagem-item:hover .imagem-produto {
    opacity: 0.7
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.pagina-inicial .banner.mini-banner {
		display: block !important;
		padding: 0 10px;
		margin-bottom: 30px;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	.pagina-inicial .banner.mini-banner .modulo {
		margin-bottom: 20px;
		padding: 0 10px;
		max-width: 380px;
		margin: 0 auto 30px;
	}
}
@media (max-width: 768px) and (min-width: 600px) {
	.pagina-inicial .banner.mini-banner .modulo {
		padding: 0;
		width: 31.914893617021278%;
		float: left;
		margin: 0 0 30px;
		margin-left: 2.127659574468085%;
		max-width: none;
	}
	.pagina-inicial .banner.mini-banner .modulo:first-child {
		margin-left: 0;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.banner.tarja {
		padding: 0 30px;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	.banner.tarja {
		padding: 0 30px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Produtos Principais */
.pagina-inicial #listagemProdutos>ul:first-of-type {
	margin-bottom: 30px;
}

.chamada {
	text-align: center;
	margin-bottom: 30px;
}

.chamada .aux {
	display: block;
}

.chamada .titulo {
	font-family: 'Sophia Regular';
	color: #A0CEC4;
	font-size: 40px;
}

.pagina-inicial .chamada.coletor-menstrual .titulo { color: #4276BA ; }
.pagina-inicial .chamada.calcinhas-menstruais .titulo { color: #F19F1D; }
.pagina-inicial .chamada.kits .titulo { color: #79278E; }

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.chamada .titulo {
		font-size: 36px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

.pagina-inicial #listagemProdutos>ul:first-of-type li {
	position: relative;
}

.pagina-inicial #listagemProdutos>ul:first-of-type li .bandeiras-produto {
	display: none;
}

.pagina-inicial #listagemProdutos>ul:first-of-type li .imagem-produto {
	margin-bottom: 0;
	height: auto;
}

.pagina-inicial #listagemProdutos>ul:first-of-type li .imagem-produto img {
	margin: 0 auto;
	display: table;
	max-height: none;
	position: relative;
}

.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto {
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}

.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .nome-produto {
	font-size: 20px;
	font-weight: 700;
	color: #79278e;
	display: block;
	margin-bottom: 10px;
}

.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .preco-produto s.preco-venda {
	font-size: 24px;
}

.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .preco-produto strong.preco-promocional {
	font-size: 30px;
}

.listagem-item .nome-produto {
	font-size: 22px;
	font-weight: 700;
	color: #79278E;
}

.listagem-item .codigo-produto {
	border: none;
	padding: 0;
	margin-bottom: 50px;
}

.listagem-item .codigo-produto>span {
	display: none;
}

.pagina-categoria .produtos-principais .produtos-principais-list .listagem-item {
    /* float: right; */
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.chamada {
		margin-bottom: 30px;
	}
	.produtos-principais {
		margin-bottom: 30px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li {
		margin-bottom: 70px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li:last-child {
		margin-bottom: 50px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li .imagem-produto {
		padding: 0 30px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li .imagem-produto img {
		max-height: 250px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .nome-produto {
		font-size: 16px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .preco-produto s.preco-venda {
		font-size: 18px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .preco-produto strong.preco-promocional {
		font-size: 24px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	.pagina-inicial #listagemProdutos>ul:first-of-type li {
		width: 48.61878453038674%;
		padding: 0 30px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .preco-produto s.preco-venda {
		font-size: 18px;
	}
	.pagina-inicial #listagemProdutos>ul:first-of-type li .info-produto .preco-produto strong.preco-promocional {
		font-size: 24px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Página do Produto */
.pagina-produto .produto .nome-produto {
	font-size: 22px;
	font-weight: 700;
	color: #79278E;
	margin-bottom: 10px;
}

.pagina-produto .produto .codigo-produto {
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

.pagina-produto .produto .codigo-produto>span {
	display: none;
}

.pagina-produto .produto .acoes-produto .comprar {
	float: none;
	text-align: left;
}

.pagina-produto .acoes-produto .preco-produto {
	float: none;
	margin-bottom: 30px;
}

.pagina-produto .acoes-produto .preco-produto s.preco-venda {
	font-size: 24px !important;
}

.pagina-produto .acoes-produto .preco-produto strong.preco-promocional {
	font-size: 30px !important;
}

.pagina-produto .acoes-produto .preco-produto span.preco-parcela,
.pagina-produto .acoes-produto .preco-produto span.preco-parcela strong {
	font-size: 14px !important;
}

.pagina-produto .produto .acoes-produto .comprar .disponibilidade-produto {
	display: none;
}

.pagina-produto .produto .acoes-produto {
	padding-bottom: 50px;
}

.pagina-produto .produto .acoes-produto .comprar .disponibilidade-produto {
	display: none;
}

.pagina-produto .produto .acoes-produto {
	padding-bottom: 50px;
}

.pagina-produto .cep label {
	font-weight: 400;
	float: none;
	line-height: 1em;
}

.pagina-pagina #conteudo .secao-thumbs iframe {
    width: 400px;
    height: 224px;
}

.pagina-produto .produto .produto-thumbs ul li a {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	box-shadow: none;
	border: 0;
	margin: 0;
}

.pagina-produto .produto .produto-thumbs ul li.active a:before {
	box-shadow: inset 0 0 0 2px #A0CEC4, inset 0 0 0 6px #FFF;
}

.pagina-produto .produto .produto-thumbs ul li a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	border-radius: 50%;
	box-shadow: inset 0 0 0 0 #A0CEC4, inset 0 0 0 0 #FFF;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.2s linear;
}

.pagina-produto .produto .produto-thumbs ul li {
	width: auto !important;
	margin-right: 20px;
}

.pagina-produto .produto .produto-thumbs ul li a img {
	margin: 0 !important;
	height: 100% !important;
	width: auto !important;
}

.produto-compartilhar .lista-redes ul li.fb-compartilhar {
	overflow: hidden;
	border-radius: 3px;
}

.produto-compartilhar .lista-redes ul li {
	border: none;
}

.produto-compartilhar .lista-redes ul li a {
	width: auto;
	height: auto;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.pagina-produto .produto .nome-produto {
		font-size: 18px;
	}
	.produto .conteiner-imagem > div {
		border: none;
	}
	.produto .conteiner-imagem img {
		max-width: 350px;
	}
	.pagina-produto .produto .produto-thumbs .flex-direction-nav a {
		width: 30px;
		display: block;
		height: 30px;
		margin-top: -15px;
	}
	.produto .acoes-produto .preco-produto.destaque-parcela .preco-venda {
		display: block;
		margin-right: 0;
	}

	.pagina-produto .acoes-produto .preco-produto {
		text-align: center;
		border: none;
	}

	.produto-compartilhar {
		border: none;
	}
	.pagina-produto .produto .acoes-produto .comprar {
		text-align: center;
	}
	.pagina-produto .produto .acoes-produto {
		border: none;
	}
	.produto .principal > div {
		border: none;
	}
	.pagina-produto .produto .cep form {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		display: table;
	}
	.pagina-produto .produto .cep form .form-inline > div {
		width: 100%;
	}
	.pagina-produto .produto .cep form .form-inline > div input {
		height: 24px;
		width: calc(100% - 64px);
	}
	.pagina-produto .produto .cep form .form-inline > div .btn {
		line-height: 24px;
		width: 50px;
	}
	.pagina-pagina #conteudo .secao-thumbs .row-fluid.align-center > div {
		margin-bottom: 50px;
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.pagina-pagina #conteudo .secao-thumbs iframe {
		width: 280px;
		height: 154px;
	}
	.pagina-pagina #conteudo .secao-thumbs .row-fluid.align-center > div {
		width: 48.61878453038674%;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

#corpo {
	overflow: hidden;
	margin-bottom: 0;
}

.conteudo .secao ul li {
	list-style-type: none;
	position: relative;
}

.conteudo .secao ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #8B8B8B;
	border-radius: 50%;
	position: absolute;
	top: 0.5em;
	left: -15px;
}

.pagina-pagina .caixa-sombreada h1 {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}


.pagina-pagina .caixa-sombreada,
.pagina-produto .produto .abas-custom .tab-content {
	padding: 0;
	box-shadow: none;
	overflow: visible;
}

.pagina-pagina #conteudo .secao,
.pagina-produto #conteudo-produto .secao {
	margin-top: 100px;
}

.pagina-pagina #conteudo .secao:first-child,
.pagina-produto #conteudo-produto .secao:first-child {
	margin-top: 50px;
}

.pagina-pagina #conteudo .secao .titulo,
.pagina-produto #conteudo-produto .secao .titulo {
	font-family: 'Sophia Regular';
	font-size: 48px;
	margin-bottom: 0.5em;
	color: #A0CEC4;
}

.pagina-pagina #conteudo .secao .titulo-2,
.pagina-produto #conteudo-produto .secao .titulo-2 {
	font-size: 18px;
    color: #79278e;
    line-height: 1em;
    margin-top: 1.7em;
}

.pagina-pagina #conteudo .secao p,
.pagina-produto #conteudo-produto .secao p {
	margin-bottom: 1em;
	line-height: 1.5em;
}

.pagina-pagina #conteudo .secao-full,
.pagina-produto #conteudo-produto .secao-full {
	position: relative;
	padding: 100px 0;
	margin: 150px 0 70px;
}

.pagina-pagina #conteudo .secao-thumbs {
    padding-top: 60px !important;
}

.pagina-pagina #conteudo .secao-final,
.pagina-produto #conteudo-produto .secao-final {
    margin-bottom: -40px !important;
}

.pagina-pagina #conteudo .secao-full .row-fluid,
.pagina-produto #conteudo-produto .secao-full .row-fluid {
	position: relative;
	z-index: 10;
}

.pagina-pagina #conteudo .secao-full .secao-full-bg,
.pagina-produto #conteudo-produto .secao-full .secao-full-bg {
	content: "";
	background-color: #FFF9E2;
	display: block;
	height: 100%;
	width: 100vw;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	margin-left: -50vw;
}

.pagina-pagina #conteudo .secao-full .secao-full-bg .icon-secao-before,
.pagina-produto #conteudo-produto .secao-full .secao-full-bg .icon-secao-before {
	width: 100%;
	position: absolute;
	top: -4vw;
	height: 4vw;
	fill: #FFF9E2;
}

.pagina-pagina #conteudo .secao-final .secao-full-bg .icon-secao-after,
.pagina-produto #conteudo-produto .secao-final .secao-full-bg .icon-secao-after {
    display: none;
}

.pagina-pagina #conteudo .secao-full .secao-full-bg .icon-secao-after,
.pagina-produto #conteudo-produto .secao-full .secao-full-bg .icon-secao-after {
	width: 100%;
	position: absolute;
	bottom: -4vw;
	height: 6vw;
	fill: #FFF9E2;
}

.pagina-pagina #conteudo .secao-thumbs img,
.pagina-produto #conteudo-produto .secao-thumbs img {
    margin-bottom: 20px;
    border-radius: 50px;
}

.pagina-produto .produto .acoes-flutuante .image {
	margin-top: 30px;
}

.pagina-produto .produto .acoes-flutuante .nome-produto {
	font-size: 16px;
}

.pagina-produto .acoes-produto .preco-produto s.preco-venda {
	font-size: 16px !important;
}

.pagina-produto .acoes-produto .preco-produto strong.preco-promocional {
	font-size: 22px !important;
}

.pagina-produto .produto .acoes-flutuante .preco-produto .preco-parcela {
	margin: 0;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.pagina-pagina #conteudo .secao:first-child,
	.pagina-produto #conteudo-produto .secao:first-child {
		margin-top: 0;
		padding: 0;
		border: none;
	}
	.pagina-pagina #conteudo .secao,
	.pagina-produto #conteudo-produto .secao {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px dashed #dadada;
	}
	.pagina-pagina #conteudo .secao img,
	.pagina-produto #conteudo-produto .secao img {
		margin: 0 auto 30px;
		display: table;
		max-width: 400px;
		width: 100%;
	}
	.pagina-pagina #conteudo .secao .titulo,
	.pagina-produto #conteudo-produto .secao .titulo {
		font-size: 36px;
		text-align: center;
		line-height: 1em;
	}
	.pagina-pagina #conteudo .secao .botao.principal,
	.pagina-produto #conteudo-produto .secao .botao.principal {
		display: table;
		margin: 0 auto;
	}
	.pagina-pagina #conteudo .secao-full,
	.pagina-produto #conteudo-produto .secao-full {
		margin: 50px 0 70px;
		padding: 50px 0;
	}
	.pagina-pagina #conteudo .secao-full img,
	.pagina-produto #conteudo-produto .secao-full img {
		max-width: 200px;
		margin: 0 auto 50px;
		display: table;
	}
	.splash:before,
	.splash::after {
		display: none;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Conteúdo Página */
#conteudo ul.rev {
	margin: 30px auto 0;
	display: table;
}

#conteudo ul.rev li {
	list-style: none;
	display: inline-block;
	margin-left: 30px;
}

#conteudo ul.rev li:first-child {
	margin-left: 0;
}

#conteudo ul.rev li:before {
	display: none;
}

#conteudo ul.rev li a {
	font-size: 12px;
	color: #C082BA;
	border: 1px solid #E8E8E8;
	height: 50px;
	display: block;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 50px;
	min-width: 120px;
	text-align: center;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
			transition: all 0.2s linear;
}

#conteudo ul.rev li a:hover {
	text-decoration: none;
	background-color: #C082BA;
	border-color: #C082BA;
	color: #FFF;
}

.rev-map {
	height: 700px;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	#conteudo ul.rev li {
		margin-left: 10px;
		margin-bottom: 15px;
	}
	#conteudo ul.rev li a {
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		min-width: 80px;
	}
	.rev-map {
		height: 400px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* FAQ */
#accordion-faq {
	margin-top: 50px;
	border-bottom: 1px dashed #979797;
}

#accordion-faq .panel .panel-heading {
	border-top: 1px dashed #979797;
}

#accordion-faq .panel .panel-heading .panel-title {
	margin: 0;
}

#accordion-faq .panel .panel-heading .panel-title a {
	padding: 12px 0;
	padding-right: 50px;
	display: block;
	font-weight: 400;
	font-size: 15px;
	position: relative;
	color: #D95252;
}

#accordion-faq .panel .panel-heading .panel-title a.collapsed {
	color: #79278e;
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
			transition: all 0.3s linear;
}

#accordion-faq .panel .panel-heading .panel-title a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #D95252;
}

#accordion-faq .panel .panel-heading .panel-title a:after {
	content: '^';
	position: absolute;
	right: 15px;
	top: 28px;
	font-family: 'Sophia Regular';
	font-size: 56px;
	line-height: 0.5em;
	color: #D95252;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: color 0.3s linear;
	   -moz-transition: color 0.3s linear;
			transition: color 0.3s linear;
}

#accordion-faq .panel .panel-heading .panel-title a.collapsed:after {
	top: -10px;
	color: #A0CEC4;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

#accordion-faq .panel .panel-collapse .panel-body {
	background-color: #FFF9E2;
	padding: 50px;
	font-size: 14px;
}

#accordion-faq .panel .panel-collapse .panel-body p {
	font-style: italic;
}

#accordion-faq .panel .panel-collapse .panel-body img {
	max-width: 350px;
	clear: both;
	display: table;
	margin: 0 auto 30px;
	text-align: center;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	#accordion-faq .panel .panel-collapse .panel-body {
		padding: 25px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

.ordenar-listagem.topo {
	display: none;
}

.ordenar-listagem.topo .span6 {
	float: right;
}

.ordenar-listagem .span6>* {
	float: right;
}

.ordenar-listagem .dropdown-menu {
	left: auto;
	right: 0;
}

.ordenar-listagem + .listagem h1.titulo,
.ordenar-listagem + h1.titulo {
	margin-top: -50px;
	font-size: 16px;
	font-weight: 700;
	color: #79278e;
	line-height: 50px;
	margin-bottom: 50px;
}

.pagina-categoria h1.titulo {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.ordenar-listagem.rodape {
		border: none;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/**/
.preco-produto s.preco-venda {
	font-size: 16px;
	color: #D8D8D8;
	font-weight: 400;
	margin-right: 20px;
}

.preco-produto strong {
	font-size: 22px;
	color: #A0CEC4;
	font-weight: 400;
}

.preco-produto.destaque-parcela {
	display: flex;
	flex-direction: column;
}

.preco-produto.destaque-parcela > div:first-child {
	order: 2;
}

.preco-produto span.preco-parcela.cor-principal,
.preco-produto span.preco-parcela.cor-principal strong {
	font-size: 14px;
	color: #8B8B8B;
	font-weight: 400;
}

.listagem .bandeiras-produto .bandeira-carrinho,
.listagem .bandeiras-produto .bandeira-promocao {
	padding: 0 0px;
	background-color: transparent;
	border: 0;
	text-align: center;
	line-height: 1em;
	font-weight: 700;
	font-size: 10px;
	display: block;
	height: 24px;
	color: #7d3092;
	box-shadow: none;
}

.listagem .bandeiras-produto .bandeira-carrinho:before,
.listagem .bandeiras-produto .bandeira-promocao:before {
    content: "\e90a";
    font-family:  "m_icons";
    color: #fde2ec;
    font-size: 24px;
    display:  block;
    margin-bottom: -18px;
    display: block;
    line-height: 1em;
}

.listagem .bandeiras-produto .bandeira-carrinho:before {
    color: #e2f4ff;
}

/* Listagem Home */
.pagina-inicial #listagemProdutos {
	margin-bottom: 50px;
}

.pagina-inicial #listagemProdutos .titulo-categoria {
	/* display: none; */
}

.listagem li {
	margin-bottom: 70px;
	border-left: 1px dashed #dadada;
}

.listagem li:nth-child(4n + 1) {
	border: 0;
	margin-left: 0;
	clear: both;
}

.listagem .listagem-item .imagem-produto {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.listagem .listagem-item:hover .imagem-produto {
    opacity: 0.7
}

.listagem .listagem-item .nome-produto {
	color: #79278e;
	font-size: 16px;
	font-weight: 700;
	min-height: auto !important;
	margin-bottom: 1em;
}

.listagem .info-produto {
	text-align: center;
}

.preco-produto strong.titulo {
	font-size: 26px;
	font-weight: 400;
}

.trustvox-stars {
    margin-bottom: 10px !important;
}

.ts-shelf-container .ts-shelf-rate-count {
    margin-left:  10px;
}

.ts-shelf-container .ts-shelf-rate-value {
	display: none;
}



.menu.lateral .ativo {
    background: none;
    border: none;
    box-shadow: none;
}

.menu .nivel-dois, .menu .nivel-tres, .menu.lateral .nivel-um>li>a {
    box-shadow: none;
    background-color: transparent;
}

.menu.lateral {
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    overflow:  hidden;
    padding: 5px 0;
}

.menu.lateral .titulo {
    color: #79278e;
    font-size: 13px;
    margin: 5px 0;
    font-weight: 600;
}

.menu.lateral.outras li .titulo {
    color: #c082ba;
    font-weight: 400;
}

.filtro {
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #e8e8e8;
    border-radius: 7px;
    overflow:  hidden;
    padding: 5px 20px;
}

.filtro.lista ul {
	max-height: none;
	border: none;
}

.filtro.lista ul li a {
    color: #c082ba;
}

.filtro.lista ul li a label:hover {
	color: #79278e;
	background-color: transparent;
}

.filtro h4 {
    color: #79278e;
    font-size: 13px;
    margin: 5px 0;
    font-weight: 600;
    padding: 0;
    border: none;
}

.filtro.atributos div ul li:first-child {
    margin-left: 0;
}

.filtro.lista ul li label {
    padding: 2px 0;
}

.filtro.lista ul li {
    border: none;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.pagina-inicial #listagemProdutos .chamada {
		margin-bottom: 0;
	}
	.listagem li {
		border-left: none;
	}
	.listagem li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dashed #dadada;
	}
	.listagem li:first-child,
	.listagem li:nth-child(4n + 1) {
		border-bottom: 1px dashed #dadada;
	}
	.listagem .listagem-item li .imagem-produto {
		height: 130px;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.listagem .info-produto {
		text-align: left;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Depoimentos */
#depoimentos {
	/*height: 600px;*/
	/*overflow: hidden;*/
	/* margin-bottom: 100px; */
	position: relative;
	padding: 60px 0;
	background-color: #FFF9E2;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#depoimentos.depoimentos-page {
	height: auto;
}

#depoimentos .icon-secao-before {
	width: 100%;
	position: absolute;
	top: -4vw;
	height: 4vw;
	fill: #FFF9E2;
}

#depoimentos .icon-secao-after {
	width: 100%;
	position: absolute;
	bottom: -4vw;
	height: 6vw;
	fill: #FFF9E2;
	display: none;
}

#depoimentos .conteiner {
	position: relative;
	z-index: 1;
}

#depoimentos .chamada {
	position: relative;
	display: table;
	margin: 0 auto 50px;
}

#depoimentos .chamada:before,
#depoimentos .chamada::after {
	position: absolute;
	display: block;
}

#depoimentos .chamada:before {
	content: url('https://cdn.awsli.com.br/552/552894/arquivos/splash1.png');
	left: -50px;
	top: 8px;
}

#depoimentos .chamada::after {
	content: url('https://cdn.awsli.com.br/552/552894/arquivos/splash2.png');
	right: -50px;
	top: 0;
}

#depoimentos .depoimentos-carousel {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#depoimentos .depoimentos-carousel .no-carousel .item,
#depoimentos .depoimentos-carousel .owl-carousel .owl-item {
	height: 400px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('https://cdn.awsli.com.br/552/552894/arquivos/dbox-01.png');
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#depoimentos .depoimentos-carousel .owl-carousel .owl-item .item {
	max-height: 100%;
	overflow: hidden;
	padding: 30px 50px;
}

#depoimentos .depoimentos-carousel .no-carousel .item {
	margin-bottom: 30px;
	padding: 30px 50px;
	overflow: hidden;
}

#depoimentos .depoimentos-carousel .no-carousel .span4:nth-child(3n - 1) .item,
#depoimentos .depoimentos-carousel .no-carousel .item:nth-child(3n - 1),
#depoimentos .depoimentos-carousel .owl-carousel .owl-item:nth-child(3n - 1) {
	background-image: url('https://cdn.awsli.com.br/552/552894/arquivos/dbox-02.png');
}

#depoimentos .depoimentos-carousel .no-carousel .span4:nth-child(3n) .item,
#depoimentos .depoimentos-carousel .no-carousel .item:nth-child(3n),
#depoimentos .depoimentos-carousel .owl-carousel .owl-item:nth-child(3n) {
	background-image: url('https://cdn.awsli.com.br/552/552894/arquivos/dbox-03.png');
}

#depoimentos .depoimentos-carousel .no-carousel .item .d-photo,
#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-photo {
	border-radius: 50%;
	overflow: hidden;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

#depoimentos .depoimentos-carousel .no-carousel .item .d-photo h4,
#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-photo h4 {
	text-align: center;
}

#depoimentos .depoimentos-carousel .no-carousel .item .d-info h4,
#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-info h4 {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	color: #BF83B9;
}

#depoimentos .depoimentos-carousel .no-carousel .item .d-info small,
#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-info small {
	text-align: center;
	display: block;
	margin-bottom: 1em;
	font-style: italic;
	line-height: 1em;
}

#depoimentos .depoimentos-carousel .no-carousel .item .d-info p,
#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-info p {
	font-size: 14px;
	font-style: italic;
}

#depoimentos .depoimentos-carousel .owl-nav > div {
	background: transparent;
	color: transparent;
	width: 50px;
	height: 50px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
}

#depoimentos .depoimentos-carousel .owl-nav > div:before {
	display: block;
	font-family: 'm_icons' !important;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	font-size: 34px;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: rgba(0,0,0,0.3);
	text-shadow: none;
}

#depoimentos .depoimentos-carousel .owl-nav .owl-prev {
	left: -70px;
}

#depoimentos .depoimentos-carousel .owl-nav .owl-next {
	right: -70px;
}

#depoimentos .depoimentos-carousel .owl-nav .owl-prev:before {
	content: "\e906";
}
#depoimentos .depoimentos-carousel .owl-nav .owl-next:before {
	content: "\e905";
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 349px) {
	#depoimentos .depoimentos-carousel .no-carousel .item {
		background-size: contain;
	}
}
@media (max-width: 1070px) and (min-width: 980px) {
	#depoimentos .depoimentos-carousel .no-carousel .item {
		background-size: contain;
	}
}
@media only screen and (max-width: 767px) {
	#depoimentos {
		margin-bottom: 50px;
	}
	#depoimentos .chamada:before {
		left: -45px;
	}
	#depoimentos .chamada {
		margin: 0 auto 10px;
	}
	#depoimentos .chamada::after {
		right: -45px;
		top: 5px;
	}
	#depoimentos .depoimentos-carousel {
		padding: 0 10px;
		margin-bottom: 50px !important;
	}
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item {
		background-size: contain;
	}
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item .item {
		padding: 30px;
		max-width: 220px;
		margin: 0 auto;
	}
	#depoimentos .depoimentos-carousel .owl-nav > div {
		margin-top: 0;
		top: auto;
		bottom: -50px;
	}
	#depoimentos .depoimentos-carousel .owl-nav .owl-prev {
		left: 0;
	}

	#depoimentos .depoimentos-carousel .owl-nav .owl-next {
		right: 0;
	}
	#depoimentos .depoimentos-carousel .no-carousel .item {
		padding: 30px;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	#depoimentos .depoimentos-carousel .no-carousel .item .d-photo,
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-photo	{
		width: 76px;
		height: 76px;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	#depoimentos .depoimentos-carousel .no-carousel .item {
		padding: 30px;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item .item {
		padding: 30px;
		max-width: 220px;
		margin: 0 auto;
	}
	#depoimentos .depoimentos-carousel .no-carousel .item .d-photo,
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-photo	{
		width: 76px;
		height: 76px;
	}
	#depoimentos .depoimentos-carousel .no-carousel .span4:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	#depoimentos .depoimentos-carousel .no-carousel .span4 {
		width: 48.61878453038674%;
		margin-left: 2.7624309392265194%;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item {
		background-size: contain;
	}
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item .item {
		padding: 20px 30px;
		max-width: 220px;
		margin: 0 auto;
	}
	#depoimentos .depoimentos-carousel .no-carousel .item .d-photo,
	#depoimentos .depoimentos-carousel .owl-carousel .owl-item .d-photo	{
		width: 76px;
		height: 76px;
	}
}
@media (min-width: 980px) {
	#depoimentos .depoimentos-carousel .no-carousel .span4:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Instagram */
.instagram-photos {
	padding: 50px 0 100px;
	overflow: hidden;
	background-color: rgba(225,208,210,0.1);
	/* margin-top: 70px; */
}

.instagram-photos #instafeed a {
	width: 16.6666667%;
	display: inline-block;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

.instagram-photos #instafeed {
	margin: 0 -10px;
}
/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.instagram-photos {
		display: none;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Botão Principal */
.botao.principal {
	background-image: none;
	position: relative;
	width: 195px;
	z-index: 41;
	height: 50px;
	padding: 0;
	font-family: 'Sophia Regular';
	font-size: 34px;
	line-height: 46px;
	background-color: transparent;
	border: none;
}

.botao.principal.botao-comprar,
.botao.principal,
.botao.principal.grande,
.botao.principal.large {
	background-color: transparent !important;
}

.botao.principal:before {
	content: "\e903";
	font-family: 'm_icons' !important;
	color: #79278e;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 51px;
	z-index: -1;
	display: block;
	line-height: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.botao.principal:hover:before {
	color: #C082BA;
}

.botao.principal.large {
	width: 334px;
}

.botao.principal.large:before {
	content: "\e90a";
}

a#imprimirBoleto:before {
    display: none;
}

a#imprimirBoleto {
    background-color: #79278e!important;
    font-family: 'Open Sans' ,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	.botao.principal {
		/*width: 195px;*/
		width: 165px;
		font-size: 28px;
		line-height: 42px;
	}
	.produto .comprar .botao-comprar {
		/*width: 195px;*/
		width: 165px;
		font-size: 28px;
		line-height: 42px;
		height: 42px;
	}
	.botao.principal.large {
		width: 275px;
	}
	.botao.principal:before {
		font-size: 42px;
		line-height: 42px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

#modalAlerta .botao.principal,
#AdicionarFavoritoSucessoModal .botao.principal,
.pagina-pedido-listar #corpo .botao.principal,
.pagina-carrinho #corpo .botao.principal,
.pagina-conta-endereco #corpo .botao.principal,
.pagina-conta #corpo .botao.principal {
	width: auto;
	font-family: 'Open Sans',Arial,sans-serif;
	font-size: 14px;
	background-color: #79278e !important;
	padding: 6px 14px;
	line-height: normal;
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.2);
}

#modalAlerta .botao.principal:before,
#AdicionarFavoritoSucessoModal .botao.principal:before,
.pagina-pedido-listar #corpo .botao.principal:before,
.pagina-carrinho #corpo .botao.principal:before,
.pagina-conta-endereco #corpo .botao.principal:before,
.pagina-conta #corpo .botao.principal:before {
	display: none;
}

/* Contato */
#modalContato {
	width: 500px;
	margin-left: -250px;
}

#modalContato .modal-header {
	visibility: hidden;
	padding: 30px;
	padding-bottom: 0;
	height: 40px;
}

#modalContato .modal-header button {
	visibility: visible;
	position: absolute;
	right: 15px;
	top: 15px;
	margin: 0;
	opacity: 1;
	color: #AACBBF;
}

#modalContato .modal-header span {
	visibility: visible;
	margin: 0 auto;
	display: table;
	font-family: 'Sophia Regular';
	font-size: 40px;
	line-height: 1em;
	color: #AACBBF;
}

#modalContato .modal-body {
	border: 0;
	padding: 30px 50px;
}

#modalContato .modal-body .control-group label {
	float: none;
	text-align: left;
	margin-bottom: 2px;
	width: auto;
	padding: 0;
}

#modalContato .modal-body .control-group .controls {
	width: 100%;
	margin-left: 0;
}

#modalContato .modal-body .control-group .controls input,
#modalContato .modal-body .control-group .controls textarea {
	width: 100%;
	line-height: 1em;
	padding: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#modalContato .modal-body .control-group .controls input {
	height: 40px;
}

#modalContato .modal-body .control-group .g-recaptcha {
	margin: 10px auto;
	display: table;
}

#modalContato .modal-body .control-group .controls a.botao {
	display: none;
}

#modalContato .modal-body .control-group .controls button.botao {
	margin: 0 auto;
	float: none;
	display: table;
}

#modalContato form .span6 + .span6 {
	display: none;
}

#modalContato form .span6 {
	width: 100%;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	#modalContato .modal-body {
		padding: 30px 20px;
	}
}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Certificações */
ul.certificacoes-list {
    margin: 0;
}

.pagina-pagina ul.certificacoes-list li {
	padding-bottom:  30px;
	margin-bottom:  30px;
	border-bottom:  1px dashed #DADADA;
}

.pagina-pagina  ul.certificacoes-list li:before {
	display: none;
}

.pagina-pagina ul.certificacoes-list li img {
    margin:  0 auto;
	display:  table;
	width: auto !important;
}

.pagina-pagina ul.certificacoes-list li h4 {
	font-size: 15px;
	color: #79278e;
	font-weight: 400;
	
}

.pagina-pagina ul.certificacoes-list li p {
	font-size: 14px;
}

/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Rodapé */
#rodape .institucional {
	background-image: none;
	background-color: #79278E;
	padding: 50px 0;
	box-shadow: inset 0 10px 0 0 rgba(0,0,0,0.10);
	/*height: 252px;*/
	position: relative;
}

span.made {
	display: block;
    font-size: 14px;
    text-align: center;
    background-color: #79278e;
    width: 100%;
    color: #FFF;
    padding: 8px 0;
}

span.made i {
    font-size: 0;
}

span.made i:before {
    content:  'a';
    font-size: 12px;
    content: "\e909";
    font-family: 'm_icons' !important;
    font-style:  normal;
    margin: 0 1px;
}


#rodape .links-rodape-categorias {
	display: none;
}

#rodape .titulo {
	border: none;
	margin-bottom: 0;
	padding-top: 0;
	font-size: 14px;
	font-weight: 700;
	display: none;
}

#rodape .links-rodape-paginas ul {
	column-count: 3;
	column-gap: 20px;
}

#rodape .links-rodape ul li {
	font-size: 14px;
	margin-bottom: 1em;
	list-style: none;
	position: relative;
}

#rodape .links-rodape-paginas ul li a {
	padding-left: 15px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

#rodape .links-rodape-paginas ul li a:hover {
	text-decoration: none;
	color: #C082BA;
}

#rodape .links-rodape-paginas ul li:before {
	content: '‣';
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}

#rodape .redes-sociais {
	width: 100%;
	background: none;
	box-shadow: none;
	display: table;
	margin: 0;
	padding: 0;
	border: none;
}

#rodape .redes-sociais .titulo {
	display: none;
}

#rodape .caixa-facebook {
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 0;
}

#rodape .institucional .lista-redes {
	display: none;
}

#rodape .pagamento-selos {
	background-image: none;
	background-color: #FFF;
	padding: 0;
}

#rodape .pagamento-selos .titulo {
	display: block;
	float: left;
	margin-right: 20px;
	padding: 0;
	color: #2A2A2A;
	font-size: 12px;
}

#rodape .pagamento-selos .pagamento,
#rodape .pagamento-selos .selos {
	display: flex;
	align-items: center;
	height: 70px;
}

#rodape .pagamento-selos .pagamento .bandeiras-pagamento i.jcb {
    display: none;
}

#rodape .pagamento-selos .selos {
	justify-content: flex-end;
}

#rodape .gateways-rodape {
	display: none;
}

#rodape .dedicatorias {
	border-top: 1px solid #ececec;
}

#rodape .dedicatorias .copyright {
	display: flex;
	align-items: center;
	height: 50px;
}

#rodape .dedicatorias .copyright p {
	margin-bottom: 0;
	font-size: 10px;
}

#rodape .dedicatorias .powered {
	display: flex;
	align-items: center;
	height: 50px;
	justify-content: flex-end;
}

#rodape .dedicatorias .powered .mentores {
	font-family: "m_icons";
	text-indent: -9999px;
	width: 42px;
	height: 42px;
	position: relative;
	color: #1994CE;
	margin-left: 30px;
}

#rodape .dedicatorias .powered .mentores:before {
	position: absolute;
	left: 0;
	text-indent: 0;
	font-size: 41px;
	text-align: center;
}

#rodape .dedicatorias .powered .mentores:after {
	content: '';
	display: block;
	background: #ececec;
	width: 1px;
	height: 42px;
	position: absolute;
	left: -15px;
	top: 0;
}

#rodape .links-rodape-atendimento,
#rodape .rodape-facebook {
	position: relative;
	margin-left: 6.111111%;
}

#rodape .rodape-facebook {
	width: 21.852%;
}

#rodape .links-rodape-atendimento:before,
#rodape .rodape-facebook:before {
	content: '';
	width: 0px;
	height: 232px;
	display: block;
	border-left: 1px dashed rgba(255,255,255,0.4);
	position: absolute;
	left: -35px;
}

#rodape .lista-redes i {
	background: none;
}

#rodape .sobre-loja-rodape {
	display: none;
}

/* -------------------------------------------------------------------- <<<<<<<<<<<<<<<<< */
@media only screen and (max-width: 767px) {
	#rodape .titulo {
		text-align: center;
	}
	#rodape .links-rodape-paginas ul {
		column-count: 2;
		max-width: 400px;
		margin: 0 auto 30px;
	}
	#rodape .links-rodape ul li {
		margin-bottom: 0.5em;
	}
	#rodape .links-rodape ul li a {
		font-size: 12px;
		font-weight: 400;
	}
	#rodape .links-rodape-atendimento {
		text-align: center;
	}
	#rodape .links-rodape-atendimento,
	#rodape .rodape-facebook {
		margin-left: 0;
	}

	#rodape .rodape-facebook {
		width: auto;
	}
	#rodape .institucional .lista-redes {
		display: block;
	}
	#rodape .institucional .lista-redes ul {
		float: none;
		display: table;
		margin: 0 auto;
	}
	#rodape .institucional .lista-redes ul li {
		margin-left: 10px;
	}
	#rodape .institucional .lista-redes ul li a {
		width: 28px;
		height: 28px;
	}
	#rodape .institucional .lista-redes ul li a i {
		background: none !important;
		font-size: 14px;
	}
	#rodape .pagamento-selos .pagamento,
	#rodape .pagamento-selos .selos {
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	#rodape .pagamento-selos .pagamento .bandeiras-pagamento {
		margin: 0 auto;
		display: table;
		text-align: center;
	}

	#rodape .pagamento-selos .pagamento .bandeiras-pagamento li {
		display: inline-block;
		float: none;
	}
	#rodape .pagamento-selos .titulo {
		width: 100%;
		margin-bottom: 10px;
	}
	#rodape .pagamento-selos .selos li img {
		height: 30px;
		width: auto;
	}
	#rodape .dedicatorias .copyright {
		margin: 0 -20px;
		border-bottom: 1px solid #ececec;
		width: 100vw;
		padding: 0 20px;
		margin-bottom: 10px;
	}
	#rodape .dedicatorias .powered {
		justify-content: space-between;
	}
	#rodape .dedicatorias .powered .mentores:after {
		display: none;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	#rodape {
		overflow: hidden;
	}
	#rodape .institucional .span6 {
		width: 65.74585635359117%;
	}
	#rodape .links-rodape-atendimento {
		width: 22.92817679558011%;
	}
	#rodape .rodape-facebook {
		display: none;
	}

}
/* -------------------------------------------------------------------- >>>>>>>>>>>>>>>>> */

/* Perguntas */
#perguntas {
	/*height: 600px;*/
	/*overflow: hidden;*/
	/* margin-bottom: 100px; */
	position: relative;
	padding: 60px 0;
	background-color: #FFF9E2;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#perguntas.perguntas-page {
	height: auto;
}

#perguntas .icon-secao-before {
	width: 100%;
	position: absolute;
	top: -4vw;
	height: 4vw;
	fill: #FFF9E2;
}

#perguntas .icon-secao-after {
	width: 100%;
	position: absolute;
	bottom: -4vw;
	height: 6vw;
	fill: #FFF9E2;
	display: none;
}

#perguntas .conteiner {
	position: relative;
	z-index: 1;
}

#perguntas .chamada {
	position: relative;
	display: table;
	margin: 0 auto 50px;
}

#perguntas .chamada:before,
#perguntas .chamada::after {
	position: absolute;
	display: block;
}

#perguntas .chamada:before {
	content: url('https://cdn.awsli.com.br/552/552894/arquivos/splash1.png');
	left: -50px;
	top: 8px;
}

#perguntas .chamada::after {
	content: url('https://cdn.awsli.com.br/552/552894/arquivos/splash2.png');
	right: -50px;
	top: 0;
}

#perguntas .perguntas-carousel {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#perguntas .perguntas-carousel .no-carousel .item,
#perguntas .perguntas-carousel .owl-carousel .owl-item {
	height: 400px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url('https://cdn.awsli.com.br/552/552894/arquivos/back-item-perguntas-frequentes.png');
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}

#perguntas .perguntas-carousel .owl-carousel .owl-item .item {
	max-height: 100%;
	overflow: hidden;
	padding: 30px 50px;
}

#perguntas .perguntas-carousel .no-carousel .item {
	margin-bottom: 30px;
	padding: 30px 50px;
	overflow: hidden;
}

#perguntas .perguntas-carousel .no-carousel .span4:nth-child(3n - 1) .item,
#perguntas .perguntas-carousel .no-carousel .item:nth-child(3n - 1),
#perguntas .perguntas-carousel .owl-carousel .owl-item:nth-child(3n - 1) {
	background-image: url('https://cdn.awsli.com.br/552/552894/arquivos/back-item-perguntas-frequentes.png');
}

#perguntas .perguntas-carousel .no-carousel .span4:nth-child(3n) .item,
#perguntas .perguntas-carousel .no-carousel .item:nth-child(3n),
#perguntas .perguntas-carousel .owl-carousel .owl-item:nth-child(3n) {
	background-image: url('https://cdn.awsli.com.br/552/552894/arquivos/back-item-perguntas-frequentes.png');
}

#perguntas .perguntas-carousel .no-carousel .item .d-photo,
#perguntas .perguntas-carousel .owl-carousel .owl-item .d-photo {
    overflow: hidden;
    text-align: center;
    margin-top: 5px !important;
	width: 100%;
	height: 180px;
	margin: 0 auto;
}

#perguntas .perguntas-carousel .no-carousel .item .d-photo h4,
#perguntas .perguntas-carousel .owl-carousel .owl-item .d-photo h4 {
	text-align: center;
}

#perguntas .perguntas-carousel .no-carousel .item .d-info h4,
#perguntas .perguntas-carousel .owl-carousel .owl-item .d-info h4 {
	text-align: center;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
    color: #BF83B9;
    margin-top: 10px;
}

#perguntas .perguntas-carousel .owl-nav > div {
	background: transparent;
	color: transparent;
	width: 50px;
	height: 50px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
}

#perguntas .perguntas-carousel .owl-nav > div:before {
	display: block;
	font-family: 'm_icons' !important;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
	font-size: 34px;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	color: rgba(0,0,0,0.3);
	text-shadow: none;
}

#perguntas .perguntas-carousel .owl-nav .owl-prev {
	left: -70px;
}

#perguntas .perguntas-carousel .owl-nav .owl-next {
	right: -70px;
}

#perguntas .perguntas-carousel .owl-nav .owl-prev:before {
	content: "\e906";
}
#perguntas .perguntas-carousel .owl-nav .owl-next:before {
	content: "\e905";
}

@media only screen and (max-width: 349px) {
	#perguntas .perguntas-carousel .no-carousel .item {
		background-size: contain;
	}
}
@media (max-width: 1070px) and (min-width: 980px) {
	#perguntas .perguntas-carousel .no-carousel .item {
		background-size: contain;
	}
}
@media only screen and (max-width: 767px) {
	#perguntas {
		margin-bottom: 50px;
	}
	#perguntas .chamada:before {
		left: -45px;
	}
	#perguntas .chamada {
		margin: 0 auto 10px;
	}
	#perguntas .chamada::after {
		right: -45px;
		top: 5px;
	}
	#perguntas .perguntas-carousel {
		padding: 0 10px;
		margin-bottom: 50px !important;
	}
	#perguntas .perguntas-carousel .owl-carousel .owl-item {
		background-size: contain;
	}
	#perguntas .perguntas-carousel .owl-carousel .owl-item .item {
		padding: 30px;
		max-width: 220px;
		margin: 0 auto;
	}
	#perguntas .perguntas-carousel .owl-nav > div {
		margin-top: 0;
		top: auto;
		bottom: -50px;
	}
	#perguntas .perguntas-carousel .owl-nav .owl-prev {
		left: 0;
	}

	#perguntas .perguntas-carousel .owl-nav .owl-next {
		right: 0;
	}
	#perguntas .perguntas-carousel .no-carousel .item {
		padding: 30px;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	#perguntas .perguntas-carousel .no-carousel .item .d-photo,
	#perguntas .perguntas-carousel .owl-carousel .owl-item .d-photo	{
		width: 80%;
	}
}
@media (max-width: 979px) and (min-width: 768px) {
	#perguntas .perguntas-carousel .no-carousel .item {
		padding: 30px;
		max-width: 300px;
		margin: 0 auto 30px;
	}
	#perguntas .perguntas-carousel .owl-carousel .owl-item .item {
		padding: 30px;
		max-width: 220px;
		margin: 0 auto;
	}
	#perguntas .perguntas-carousel .no-carousel .item .d-photo,
	#perguntas .perguntas-carousel .owl-carousel .owl-item .d-photo	{
		width: 80%
	}
	#perguntas .perguntas-carousel .no-carousel .span4:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	#perguntas .perguntas-carousel .no-carousel .span4 {
		width: 48.61878453038674%;
		margin-left: 2.7624309392265194%;
	}
}
@media (max-width: 1199px) and (min-width: 980px) {
	#perguntas .perguntas-carousel .owl-carousel .owl-item {
		background-size: contain;
	}
	#perguntas .perguntas-carousel .owl-carousel .owl-item .item {
		padding: 20px 30px;pi
		max-width: 220px;
		margin: 0 auto;
	}
}
@media (min-width: 980px) {
	#perguntas .perguntas-carousel .no-carousel .span4:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
}