﻿.presentation-wrapper {
	text-align: center;
}

h1 {
    color: #000;
    font-size: 30px;
}

p {
	font-size: 14px;
	color: #575757;
}

.btn-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 130px;
	height: 35px;
	border-radius: 3px;
	font-size: 10px;
	color: #929496;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #8C8E90;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}
.btn-light i {
	margin-right: 10px;
}
#beneficios-section h1 {
	text-align: center;
}

.vitrines-wrapper .list-selector {
	background-color: transparent;
	color: #333;
	text-align: center;
	display: inline;
	border-radius: 0;
	margin: 0 auto;
}

.vitrines-wrapper .list-selector.active {
	border-bottom: 2px solid #333;
}


#vitrines li {
	list-style: none;
}
.vitrine-list {
	display: none;
}
.selected-list {
	display: flex;
}

#beneficios-section h1 {
    font-size: 30px;
    color: #000;
}

.benefit-item h2 {
    font-size: 20px;
    color: #000;
    max-width: 330px;
}

.benefit-item p {
    max-width: 330px;
}

.benefit-item:before {
	content: '';
	height: 10px;
	width: 10px;
	border-top: 1px solid #19B5F1;
	border-right: 1px solid #19B5F1;
	top: 25px;
	position: absolute;
	left: -30px;
	transform: rotate(45deg);
}
a.btn.btn-see-more {
    text-align: center !important;
    display: block;
    line-height: 45px;
    color: #19B5F1;
    border: 1px solid #C7C7C7;
    background-color: transparent;
	padding: 0 2rem;
}

a.btn.btn-see-more:hover {
    color: #fff;
    border: none;
    background-color: #19B5F1;
}
.list-selector.banheiro-btn {
	display: none;
}
.list-selector.cozinha-btn {
	display: none;
}
.exists {
	display: block;
}
.fullbanner-content .wd-marketing-banner {
	margin-bottom: 0;
}
.btns-wrapper {
	padding: initial 2rem;
}

.botoes-footer .btn-light {
	color: #19B5F1;
	border: 1px solid #E3E3E3;
}

.botoes-footer {
	margin-top: 2rem;
	padding: 0 0 4rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.botoes-footer .btn-content {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: 130px;
	margin-right: 15px;
	padding: 0 0 10px 0;
}

.botoes-footer .btn-light {
	color: #19B5F1;
	border: 1px solid #E3E3E3;
}

.wd-product-socialmedia:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 38px;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	border-right-color: transparent;
	border-bottom-color: transparent;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotate(45deg) translate(-100%, 20%) scale(1, 1);
}

.botoes-footer .btn-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 130px;
	height: 35px;
	border-radius: 3px;
	font-size: 10px;
	color: #19B5F1;
	cursor: pointer;
	text-transform: uppercase;
	border: 1px solid #8C8E90;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}

.botoes-footer .btn-content.btn-content-compartilhe:hover .wd-product-socialmedia {
	display: block;
}

.product-detail .botoes-produto .botoes-footer .btn-content {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 100%;
	max-width: 130px;
	margin-right: 15px;
	padding: 0 0 10px 0;
}

section#banner-middle {
    overflow: hidden;
}

section#beneficios-section {
    margin-top: 3rem;
}

body[class*="context-category"] #middle.wrapper.wrapper-linha-de-produtos {
    padding-top: 0!important;
}

/* Desktop */
@media(min-width: 768px) {
	.beneficios-wrapper p {
		width: 80%;
	}
}

/* Mobile */
@media(max-width: 767px) {
	.btns-wrapper {
		padding: initial 0;
	}
	section#presentation-section {
		padding: 0 1rem;
	}
	.benefit-item h2, .benefit-item p {
		text-align: center;
	}
	.fullbanner-box .wrapper-absolute, #banner-middle .wrapper-absolute {
		display: none;
	}
}

.fullbanner-box .wd-marketing-banner input, .banner-middle-wrapper .wd-marketing-banner input  {
	display: none !important;
}