/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url("font-awesome.css");

/* ==== overwrite bootstrap standard ==== */
@import url("overwrite.css");
@import url("animate.css");

/*************************
*******Typography******
**************************/
body {
	background: #fff;
	font-family: "Titillium Web", sans-serif;
	color: #333;
	line-height: 1.6em;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	font-family: "Titillium Web", sans-serif;
	color: #000;
}

h1 {
	font-size: 36px;
	color: #fff;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}

h4 {
	font-size: 16px;
}

a {
	color: #0ba9f9;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.btn-primary {
	margin-top: 30px;
}
.btn-primary:active,
.btn-primary:focus {
	background-color: #b60038 !important;
	border-color: #b60038 !important;
}
.form-group .form-control:focus,
textarea.form-control:focus {
	border-color: #b60038 !important;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(182, 0, 56, 1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(182, 0, 56, 1);
	box-shadow: 0px 0px 0px 1px rgba(182, 0, 56, 1);
}

.btn {
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #b60038;
}
.btn:hover {
	color: #fff;
	background-color: #f1004a;
	border-color: #f1004a;
}
input.btn.btn-primary.btn-lg {
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 11px;
}

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar > .container .navbar-brand {
	margin-left: 0;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar-header a.navbar-brand {
	color: #111;
	font-family: "Titillium Web", sans-serif;
}

.navbar-header a.navbar-brand:hover {
	color: #fff;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #151515;
	padding: 21px 0;
	padding-bottom: 0;
}

.navbar-nav {
}

.navbar-nav > li {
	margin-left: 20px;
	padding-bottom: 28px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 24px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	font-family: "Titillium Web", sans-serif;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
	background: #b60038;
	color: #fff;
}

.navbar-fixed-top {
	border-top: 20px solid #b60038;
	background: #000;
}

.navbar-fixed-top .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
	background-color: #111;
	color: #fff;
}

/*************************
*******Slider******
**************************/
.slider {
	position: relative;
	padding-top: 54px;
}
.slider-colecao {
	position: relative;
}
.slider-acabamento {
	position: relative;
}
.colecao h3 {
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 300;
	font-size: 45px;
	letter-spacing: 4px;
}
#carousel-slider-acabamento .carousel-inner .item img {
	margin: 0 auto;
}
#carousel-slider,
#carousel-slider-colecao,
#carousel-slider-acabamento,
#carousel-slider-texto {
	position: relative;
}

#carousel-slider .carousel-indicators,
#carousel-slider-colecao .carousel-indicators,
#carousel-slider-acabamento .carousel-indicators {
	bottom: -16px;
}
#carousel-slider-texto .carousel-indicators {
	bottom: -10%;
}

#carousel-slider .carousel-indicators li,
#carousel-slider-colecao .carousel-indicators li {
	border: 1px solid #cccccc;
}
#carousel-slider-texto .carousel-indicators li,
#colecao-nova .carousel-indicators li {
	border: 1px solid #cccccc;
	height: 14px;
	width: 14px;
}
#carousel-slider-texto .carousel-indicators .active,
#colecao-nova .carousel-indicators .active {
	border: 1px solid #000;
	background-color: #000;
	height: 18px;
	width: 18px;
}
#carousel-slider-acabamento .carousel-indicators {
	margin: 0;
	left: 0;
	width: 100%;
}
#carousel-slider-acabamento .carousel-indicators li {
	width: 108px;
	height: 108px;
	border: none;
}
#carousel-slider-acabamento .carousel-indicators li {
	width: 100px;
	height: 100px;
	position: relative;
	color: #fff;
}
#carousel-slider-acabamento .carousel-indicators li::before {
	width: 100%;
	position: absolute;
	padding: 7px 6px 7px 6px;
	display: block;
	background-color: #b60038;
	top: -35px;
	border-radius: 6px;
	font-size: 10px;
	font-weight: 600;
}
#carousel-slider-acabamento .carousel-indicators li::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #b60038;
	left: 43%;
}
#carousel-slider-acabamento .carousel-indicators li {
	text-indent: 0;
}
#carousel-slider-acabamento .carousel-indicators li.qualidade01 {
	background: url(../img/qualidade01.png) no-repeat center center;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.qualidade01::before {
	content: "QUALIDADE";
}

#carousel-slider-acabamento .carousel-indicators li.qualidade01:hover,
#carousel-slider-acabamento .carousel-indicators li.qualidade01.active {
	background: url(../img/qualidade01-hover.png) no-repeat center center #b60038;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.qualidade01:hover:before,
#carousel-slider-acabamento .carousel-indicators li.qualidade01.active:before {
	display: none;
}
#carousel-slider-acabamento .carousel-indicators li.acabamento02 {
	background: url(../img/acabamento02.png) no-repeat center center;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.acabamento02::before {
	content: "ACABAMENTO";
}
#carousel-slider-acabamento .carousel-indicators li.acabamento02:hover,
#carousel-slider-acabamento .carousel-indicators li.acabamento02.active {
	background: url(../img/acabamento02-hover.png) no-repeat center center #b60038;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.acabamento02:hover:before,
#carousel-slider-acabamento .carousel-indicators li.acabamento02.active:before {
	display: none;
}
#carousel-slider-acabamento .carousel-indicators li.estilo03 {
	background: url(../img/estilo03.png) no-repeat center center;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.estilo03:hover,
#carousel-slider-acabamento .carousel-indicators li.estilo03.active {
	background: url(../img/estilo03-hover.png) no-repeat center center #b60038;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.estilo03:hover:before,
#carousel-slider-acabamento .carousel-indicators li.estilo03.active:before {
	display: none;
}
#carousel-slider-acabamento .carousel-indicators li.estilo03:before {
	content: "ESTILO";
}
#carousel-slider-acabamento .carousel-indicators li.desenvolvimento04 {
	background: url(../img/desenvolvimento04.png) no-repeat center center;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.desenvolvimento04:hover,
#carousel-slider-acabamento .carousel-indicators li.desenvolvimento04.active {
	background: url(../img/desenvolvimento04-hover.png) no-repeat center center
		#b60038;
	background-size: 60px;
}
#carousel-slider-acabamento
	.carousel-indicators
	li.desenvolvimento04:hover:before,
#carousel-slider-acabamento
	.carousel-indicators
	li.desenvolvimento04.active:before {
	display: none;
}
#carousel-slider-acabamento .carousel-indicators li.desenvolvimento04:before {
	content: "DESENVOLVIMENTO";
}
#carousel-slider-acabamento .carousel-indicators li.producao05 {
	background: url(../img/producao05.png) no-repeat center center;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.producao05:hover,
#carousel-slider-acabamento .carousel-indicators li.producao05.active {
	background: url(../img/producao05-hover.png) no-repeat center center #b60038;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.producao05:hover:before,
#carousel-slider-acabamento .carousel-indicators li.producao05.active:before {
	display: none;
}
#carousel-slider-acabamento .carousel-indicators li.producao05:before {
	content: "PRODUÇÃO";
}
#carousel-slider-acabamento .carousel-indicators li.mix06 {
	background: url(../img/mix06.png) no-repeat center center;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.mix06:hover,
#carousel-slider-acabamento .carousel-indicators li.mix06.active {
	background: url(../img/mix06-hover.png) no-repeat center center #b60038;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.mix06:hover:before,
#carousel-slider-acabamento .carousel-indicators li.mix06.active:before {
	display: none;
}
#carousel-slider-acabamento .carousel-indicators li.mix06:before {
	content: "MIX";
}
#carousel-slider-acabamento .carousel-indicators li.private07 {
	background: url(../img/private07.png) no-repeat center center;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.private07:hover,
#carousel-slider-acabamento .carousel-indicators li.private07.active {
	background: url(../img/private07-hover.png) no-repeat center center #b60038;
	background-size: 60px;
}
#carousel-slider-acabamento .carousel-indicators li.private07:hover:before,
#carousel-slider-acabamento .carousel-indicators li.private07.active:before {
	display: none;
}
#carousel-slider-acabamento .carousel-indicators li.private07:before {
	content: "PRIVATE LABEL";
}
#carousel-slider-nova-colecao a i,
#carousel-slider a i,
#carousel-slider-colecao a i,
#carousel-slider-acabamento a i,
#carousel-slider-texto a i {
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 30px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color: #b60038;
}
.acabamento-img {
	background: url(../img/sapato.png) center center no-repeat;
}

#carousel-slider-nova-colecao a i:hover,
#carousel-slider a i:hover,
#carousel-slider-colecao a i:hover,
#carousel-slider-acabamento a i:hover,
#carousel-slider-texto a i:hover {
	background: #fff;
	color: #b60038;
	border: 1px solid #a4aaac;
}

#carousel-slider .carousel-control,
#carousel-slider-colecao .carousel-control,
#carousel-slider-texto .carousel-control {
	width: inherit;
}

#carousel-slider .carousel-control.left i,
#carousel-slider-texto .carousel-control.left i,
#carousel-slider-colecao .carousel-control.left i,
#carousel-slider-acabamento .carousel-control.left i {
	left: 50px;
	top: 265px;
}

#carousel-slider .carousel-control.right i,
#carousel-slider-texto .carousel-control.right i,
#carousel-slider-colecao .carousel-control.right i,
#carousel-slider-acabamento .carousel-control.right i {
	right: 50px;
	top: 265px;
}
#carousel-slider-nova-colecao a.left i {
	top: 165px;
	right: 90px;
}
#carousel-slider-nova-colecao a.right i {
	top: 165px;
	left: 90px;
}

#carousel-slider .carousel-control.left,
#carousel-slider .carousel-control.right,
#carousel-slider-colecao .carousel-control.left,
#carousel-slider-colecao .carousel-control.right,
#carousel-slider-acabamento .carousel-control.left,
#carousel-slider-acabamento .carousel-control.right {
	background: none;
}
#colecao.desktop .carousel-indicators {
	top: 40px;
}
#carousel-slider .carousel-inner .item img {
	margin: 0 auto;
}
#colecao .diferenciais h3,
#colecao-mobile .diferenciais h3 {
	color: #000;
	font-weight: 300;
	font-size: 35px;
	text-transform: uppercase;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 150px;
	font-size: 40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}

.carousel-caption h2 {
	font-size: 60px;
	color: #0ba9f9;
}

.carousel-caption h2 span {
	font-size: 60px;
	color: #fff;
}

.carousel-caption p {
	font-size: 30px;
	margin-top: 30px;
	color: #fff;
}
#colecao.desktop .carousel-inner {
	top: 150px;
}
.carousel-inner .form-inline .form-group button[type="livedemo"] {
	padding: 20px 60px;
	font-size: 25px;
	background: #0ba9f9;
	color: #fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color: #0ba9f9;
	background: #fff;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"] {
	padding: 20px 60px;
	font-size: 25px;
	background: #fff;
	color: #0ba9f9;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color: #fff;
	background: #0ba9f9;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
.texto-acabamento,
.texto-colecao {
	background-color: #000;
}
.texto-acabamento h2,
.texto-acabamento p,
.texto-colecao h2,
.texto-colecao p {
	padding-left: 30px;
	padding-right: 30px;
}
.slider.texto-acabamento {
	padding-top: 30px;
}
.texto-acabamento p,
.texto-acabamento h2,
.texto-colecao h2,
.texto-colecao p {
	color: #fff;
}
.texto-acabamento p,
.texto-colecao p {
	height: 130px;
}
#colecao-nova.texto-acabamento p {
	height: 108px;
}
.texto-acabamento h2,
.texto-colecao h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 40px;
}
.texto-acabamento h2 span {
	color: #b60038;
}
/*************************
*******feature******
**************************/
#a-empresa {
	padding-top: 90px;
	background: #fff;
	padding-bottom: 50px;
}
#a-empresa .container {
	padding-top: 50px;
}
.container.border-top.colecao-texto {
	margin-top: 200px;
}
#a-empresa .border-top,
#contact .border-top,
#colecao.desktop.border-top,
.container.border-top {
	border-top: 4px solid #000;
}
#a-empresa .border-top p {
	text-align: justify;
}
#a-empresa .border-top h3 {
	font-weight: 600;
	font-size: 28px;
	color: #000;
}
#a-empresa img {
	width: 100%;
}
#a-empresa .img-item {
	padding-bottom: 18px;
}
#a-empresa .img-vertical {
	padding-left: 0;
}
#a-empresa .img-grande {
	padding: 0;
}

.hi-icon-effect {
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.hi-icon-effect:hover {
	border-radius: 6px;
	background: #f4f4f4;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.hi-icon-effect i.fa:hover {
	background: #fff;
	color: #0ba9f9;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.text-center i {
	font-size: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
	color: #fff;
	padding: 50px;
	background: #0ba9f9;
	border-radius: 50%;
}
.text-center h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-center h3 {
	font-size: 28px;
	margin-top: 54px;
	margin-bottom: 15px;
	color: #111;
	text-transform: uppercase;
}
#colecao-mobile .text-center h3 {
	margin-top: 20px;
}

.text-center p {
	margin-bottom: 30px;
}

/*************************
*******services******
**************************/
#gallery {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f4f4f4;
}
#gallery img {
	border-radius: 8px;
}

.gallery {
	margin-top: 60px;
	margin-bottom: 30px;
}

#gallery .text-center {
	padding-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico:hover img {
	opacity: 0.5;
}

/*************************
*******parallax******
**************************/

.parallax-window {
	min-height: 500px;
	background: transparent;
}

.parallax-window .text-center h2 {
	font-size: 60px;
	margin-top: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

.parallax-window .text-center p {
	color: #fff;
	font-size: 20px;
}

.sub-parallax .form-inline .form-group button[type="purchase"] {
	padding: 20px 90px;
	font-size: 20px;
	background: #fff;
	color: #0ba9f9;
	border-color: #0ba9f9;
}

.sub-parallax .form-inline .form-group button[type="purchase"]:hover {
	background: #0ba9f9;
	color: #fff;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.sub-parallax .form-inline .form-group button[type="subscribe"] {
	padding: 20px 90px;
	font-size: 20px;
}

.sub-parallax .form-inline .form-group button[type="subscribe"]:hover {
	background: #fff;
	color: #0ba9f9;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

/*************************
*******pricing******
**************************/
#pricing {
	padding-top: 90px;
	background: #fff;
	padding-bottom: 40px;
}

#pricing .text-center p {
	margin-bottom: 50px;
	padding-bottom: 20px;
}

.pricing-area h2 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 25px;
	color: #fff;
}

.pricing-area span {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.plan {
	position: relative;
	margin-bottom: 70px;
}

.pricing-area ul {
	background: #fafafa;
	padding: 0;
	margin: 0;
}

.pricing-area ul li {
	list-style: none;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
}

.pricing-area ul li:nth-child(even) {
	background: #f5f5f5;
}

.pricing-area .price-three img,
.pricing-area .price-six img {
	position: absolute;
	right: 15px;
	top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
	padding: 17px 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven {
	margin-left: -10px;
	border-radius: 8px;
}

.pricing-area .heading-one:hover,
.pricing-area .heading-two:hover,
.pricing-area .heading-three:hover,
.pricing-area .heading-four:hover,
.pricing-area .heading-five:hover,
.pricing-area .heading-six:hover,
.pricing-area .heading-seven:hover {
	background-color: #111;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
	background: #e24f43;
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
	background: #27ae60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
	background: #f39c12;
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
	background: #0ba9f9;
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
	background: #0ba9f9;
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
	background: #e24f43;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
	background: #0ba9f9;
}

.pricing-area .bg {
	background: #fafafa;
}

.pricing-area .heading-one h3:before {
	border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
	border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
	border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
	border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
	border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
	border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
	border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
	border-color: #d4880f transparent transparent;
	border-radius: 5px 0 0 0px;
	border-style: solid;
	border-width: 12px;
	content: "";
	height: 0;
	left: 4px;
	position: absolute;
	top: 78px;
	width: 0;
	z-index: -999;
}

.small-pricing h3:after {
	height: 94px;
}

.small-pricing h3:before {
	top: 74px;
}

.plan-action {
	height: 40px;
}

.pricing-area .plan-action .btn-primary {
	position: relative;
	padding: 5px 20px;
	color: #fff;
	margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:hover {
	border: none;
}

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
	border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
	border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after {
	border-color: #0ba9f9 transparent transparent;
	right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
	border-color: #bf4539 transparent transparent;
	right: -9px;
}

/*************************
*******our team******
**************************/
#our-team {
	background: #fff;
}
#our-team .border-top {
	border-top: 4px solid #000;
}
#our-team h4 {
	color: #0ba9f9;
}

#our-team .text-center {
	padding-top: 20px;
	padding-bottom: 20px;
}

#our-team .team img {
	border-radius: 8px;
}

/*************************
*******footer******
**************************/
footer {
	background: #000;
	padding-bottom: 20px;
}
.footer-lista {
	list-style-type: none;
	border-left: 2px solid #f4f2ee;
}
.footer-lista a {
	color: #f4f2ee;
}
.footer-lista li a:hover {
	color: #b60038;
}
.copyright p {
	color: #f4f2ee;
	font-size: 13px;
}
.copyright p a:hover {
	color: #b60038;
}
#contact .contato {
	color: #000;
	padding-top: 80px;
}
#contact .padding-none {
	padding: 0;
}
#contact .contato h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
}
#contact .contato p {
	font-weight: 600;
	font-size: 20px;
}
#contact {
	background: #f4f2ee;
	padding-bottom: 80px;
}

#contact .text-center {
	padding-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#contact ul {
	list-style: none;
	margin-left: -40px;
	font-size: 13px;
}

#contact h2 {
	color: #000;
	margin-bottom: 30px;
	font-size: 25px;
}

#contact form .form-group,
#contact form .form-group input {
	width: 100%;
	height: 41px;
	margin-bottom: 15px;
}
.form-inline .form-group input,
textarea.form-control {
	border-radius: 8px;
	border: none;
}
.form-inline input::placeholder,
textarea.form-control::placeholder {
	text-transform: uppercase;
	color: #000;
	font-size: 10px;
	font-weight: 600;
}
.team {
	background-color: #fff;
	padding: 18px 0px 18px 0px;
}
.team img {
	display: block;
	margin: 0 auto;
}
#contact .form-inline textarea {
	width: 100%;
}

.sub-footer p {
	color: #f4f2ee;
	font-size: 16px;
}
.sub-footer .btn {
	margin: 0;
	top: 0;
	right: 0;
	position: absolute;
	height: 41px;
	border-radius: 0px 7px 7px 0px;
}
.sub-footer .form-inline .form-group button[type="purchase"] {
	padding: 20px 90px;
	font-size: 25px;
}
.sub-footer {
	margin-top: 35px;
}
.logo-footer {
	margin-top: 20px;
}
@media (min-width: 991px) {
	.banner-left,
	.banner-right {
		display: none;
	}
}
@media (max-width: 361px) {
	.texto-acabamento p {
		height: 152px;
	}
}
@media (max-width: 991px) {
	.hidden-tablet {
		display: none;
	}
	.texto-acabamento h2 {
		font-size: 30px;
	}
	.navbar-toggle {
		margin-right: 55px;
	}
	.navbar-toggle {
		margin-top: -18px;
	}
	.container.border-top.colecao-texto {
		margin-top: 50px;
	}
	.navbar > .container .navbar-brand {
		margin-left: 30px;
	}
}

@media (max-width: 768px) {
	#a-empresa {
		padding-top: 0px;
	}
	#a-empresa .text-center {
		padding-left: 15px;
		padding-right: 15px;
	}
	#contact input.btn.btn-primary.btn-lg {
		width: 100%;
	}
	.logo-footer img {
		display: block;
		margin: 0 auto;
	}
	.carousel-inner {
		padding-top: 0;
	}
	.footer-lista {
		border: none;
		text-align: center;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.sub-footer p {
		text-align: center;
	}
	.copyright p {
		text-align: center;
	}
	#contact .contato {
		text-align: center;
	}
	#contact .padding-none {
		padding-left: 15px;
		padding-right: 15px;
	}
	li.bandeira {
		display: inline;
		padding: 0;
	}
	#sua-marca {
		margin-top: 50px !important;
	}
	.contact-info .whatsapp {
		text-align: center !important;
	}
	.contact-info .email {
		text-align: center !important;
	}
	.slider {
		padding-top: 40px !important;
	}
}
#colecao .img-mobile {
	width: 100%;
	height: 175px;
	margin-top: 25px;
}
#colecao-nova .img-mobile {
	height: 274px;
	width: 100%;
}
#colecao-img {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 3px;
}
#colecao-img .colecao-mobile {
	background: url(../img/colecao-mobile.png);
	height: 289px;
	position: relative;
	background-size: 100%;
}
#colecao-img .colecao-desk {
	background: url(../img/colecao-desk.png);
	height: 375px;
}
#colecao-img .colecao-desk div {
	line-height: 375px;
	margin: 0;
	text-align: center;
}
#colecao-img .colecao-mobile div {
	text-align: center;
	position: absolute;
	top: 45%;
	font-size: 25px;
	left: 0;
	right: 0;
}

#colecao .private-label-mobile {
	background: url(../img/mobile-diferenciais/private-label.jpg) no-repeat;
	background-size: 100%;
}
#colecao .mix-mobile {
	background: url(../img/mobile-diferenciais/mix.jpg) no-repeat;
	background-size: cover;
}
#colecao .producao-mobile {
	background: url(../img/mobile-diferenciais/producao.jpg) no-repeat;
	background-size: cover;
}
#colecao .desenvolvimento-mobile {
	background: url(../img/mobile-diferenciais/desenvolvimento.jpg) no-repeat;
	background-size: cover;
}
#colecao .estilo-mobile {
	background: url(../img/mobile-diferenciais/estilo.jpg) no-repeat;
	background-size: cover;
}
#colecao .acabamento-mobile {
	background: url(../img/mobile-diferenciais/acabamento.jpg) no-repeat;
	background-size: cover;
}
#colecao .qualidade-mobile {
	background: url(../img/mobile-diferenciais/qualidade.jpg) no-repeat;
	background-size: cover;
}

#colecao-nova .boots {
	background: url(../img/mobile/boots.png) no-repeat;
	background-size: cover;
}
#colecao-nova .casual {
	background: url(../img/mobile/casual.png) no-repeat;
	background-size: cover;
}
#colecao-nova .dress {
	background: url(../img/mobile/dress.png) no-repeat;
	background-size: cover;
}
#colecao-nova .sport {
	background: url(../img/mobile/sport.png) no-repeat;
	background-size: cover;
}
.sub-footer .form-group {
	position: relative;
}
.sub-footer .form-control {
	height: 41px;
	border-radius: 7px;
}
.sub-footer .form-inline .form-group button[type="purchase"]:hover {
	background: #fff;
	color: #0ba9f9;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

.sub-footer .form-inline .form-group button[type="subscribe"] {
	padding: 20px 90px;
	font-size: 25px;
	background: #fff;
	color: #0ba9f9;
	border-color: #0ba9f9;
}

.sub-footer .form-inline .form-group button[type="subscribe"]:hover {
	background: #0ba9f9;
	color: #fff;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

ul.social-network {
	list-style: none;
	margin-top: 20px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.social-icon {
	text-align: center;
	margin-bottom: 30px;
}

ul.social-network li {
	display: inline;
	margin: 0 18px;
	font-size: 25px;
}

ul.social-network li a {
	color: #d0d0d0;
	text-align: center;
}
.social-network li:hover .fa-twitter {
	color: #00abf0;
}
.social-network li:hover .fa-facebook {
	color: #39579a;
}
.social-network li:hover .fa-google-plus {
	color: #eb8984;
}
.social-network li:hover .fa-pinterest {
	color: #c9171e;
}
.social-network li:hover .fa-linkedin {
	color: #0077b5;
}
.social-network li:hover .fa-youtube-play {
	color: #c84941;
}
.social-network li:hover .fa-dribbble {
	color: #ea4c89;
}
.social-network li:hover .fa-pinterest-square {
	color: #ea4b49;
}
.labone p a {
	text-transform: uppercase;
	font-size: 11px;
	color: #f4f2ee;
}
.assinatura {
	padding-top: 20px;
}
.by span {
	color: #c5beab;
}
p.by {
	font-size: 11px;
	text-transform: uppercase;
}
.by a {
	color: #ffffff;
}
.by a:hover {
	color: #fff;
}
.by span.heart {
	padding: 0 5px;
	animation: pound 0.35s infinite alternate;
}
.horario,
.endereco {
	text-transform: uppercase;
	font-weight: 600;
}
.horario .telefone {
	font-weight: 900;
	font-size: 18px;
}
.horario a {
	color: #000;
}
.horario a:hover {
	color: #b60038;
}
.horario {
	margin-bottom: 25px;
}
#flashMessage {
	background-color: rgba(182, 0, 56, 0.8);
	color: #ffffff;
	z-index: 99;
	padding: 15px 0;
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 9999;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}
#flashMessage .fechar {
	margin-left: 5px;
}
.btn1 {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	left: 0px;
	transition-duration: 0.5s;
}
.btn1 .icon-left {
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 19px;
	top: 30px;
	background-color: #fff;
	left: 11px;
}
.btn1 .icon-left:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 19px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: -15px;
	left: 0;
}
.btn1 .icon-left:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 19px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: 15px;
	left: 0;
}
.btn1 .icon-left:hover {
	cursor: pointer;
}
.btn1 .icon-right {
	transition-duration: 0.5s;
	position: absolute;
	height: 4px;
	width: 19px;
	top: 30px;
	background-color: #fff;
	left: 30px;
}
.btn1 .icon-right:before {
	transition-duration: 0.5s;
	position: absolute;
	width: 19px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: -15px;
	left: 0;
}
.btn1 .icon-right:after {
	transition-duration: 0.5s;
	position: absolute;
	width: 19px;
	height: 4px;
	background-color: #fff;
	content: "";
	top: 15px;
	left: 0;
}
.btn1.open .icon-left {
	transition-duration: 0.5s;
	background: transparent;
}
.btn1.open .icon-left:before {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
	transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);
}
.btn1.open .icon-left:after {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);
}
.btn1.open .icon-right {
	transition-duration: 0.5s;
	background: transparent;
}
.btn1.open .icon-right:before {
	-webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
	transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);
}
.btn1.open .icon-right:after {
	-webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
	transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);
}
.btn1:hover {
	cursor: pointer;
}

@-webkit-keyframes pound {
	to {
		transform: scale(1.2);
	}
}
@keyframes pound {
	to {
		transform: scale(1.2);
	}
}
.btn img {
	padding-bottom: 4px;
}
li.bandeira {
	margin-left: 0;
}
.bandeira a img {
	width: 33%;
	display: block;
	margin: 0 auto;
}
li.bandeira a {
	padding-left: 0px !important;
	padding-right: 0px !important;
	top: 2px;
}
#fale-conosco {
	background-color: #f4f2ee;
}
#fale-conosco h2 {
	text-transform: uppercase;
	font-size: 28px;
}
.whatsapp-contact {
	text-align: center;
}
.whatsapp-contact a {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.whatsapp-contact img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: middle;
}
.contact-info .whatsapp {
	text-align: right;
}
.contact-info .email a {
	color: #000;
}
body .wa-float img {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 90px;
	right: 20px;
	background-color: #32d951;
	color: #ffffff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #000;
	z-index: 100;
}
#sua-marca h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
#sua-marca .essencia {
	font-size: 28px;
}
#sua-marca {
	margin-top: 200px;
}
#sua-marca .row {
	margin-bottom: 10px;
}
