/*Css Renan*/

.bottom {
	width: 100%;
	height: auto;
	position: relative;
}

.bottom .box {
	width: 100%;
	height: 15px;
	border-bottom: 1px solid grey;
	margin-bottom: 10px;
	clear: both;
}

.bottom .box .left {
	height: 25px;
	background-color: white;
	padding: 0 10px;
	line-height: 25px;
	float: left;
	display: block;
	text-align: left;
}

.bottom .box .right {
	display: block;
	float: right;
	text-align: right;
	height: 25px;
	background-color: white;
	padding: 0 10px;
	line-height: 25px;
}

.top {
	width: 100%;
	height: 15px;
	margin-bottom: 10px;
	clear: both;
}

.top h3 {
	font-size: 12px;
}

.top .left {
	float: left;
	font-weight: bold;
}

.top .right {
	float: right;
	font-weight: bold;
}

.menu-intern {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	float: right;
	margin-bottom: 50px;
}

.menu-intern .item {
	padding: 10px 30px;
	border: 1px solid #6957AF;
	background: #fff;
	color: #6957AF;
	text-align: center;
	margin-top: 20px;
	display: block;
	text-decoration: none;
}

.box-intern {
	background-color: #6957af;
	padding: 30px 0px;
	margin-bottom: 30px;
}

.box-intern h3 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	line-height: 90px;
	font-size: 1.6rem;
}

.box-intern h3.l-intern {
	text-align: left;
}

.box-intern p {
	margin: 0;
	color: #fff;
	padding: 10px 0px 10px 30px;
	border-left: 2px solid #fff;
	font-size: 14px;
}

.page-id-25 .header-home::after {
	display: none;
}

.col-4 img {
	display: none;
}

@media (min-width:480px) {
	.col-4 img {
		display: block;
	}
	.top h3 {
		font-size: 16px;
	}
	.menu-intern .item {
		padding: 10px 30px;
		border: 1px solid #6957AF;
		background: #fff;
		color: #6957AF;
		min-width: 140px;
		text-align: center;
		margin-top: 10px;
		margin-left: 10px;
		display: block;
		float: right;
		text-decoration: none;
	}
	.header-home::after {
		display: block;
		content: "";
		position: absolute;
		background: #e3e3e378;
		top: 80px;
		right: 0;
	}
}


/*Variaveis*/


/*Imports*/

@-webkit-keyframes slide-left {
	0% {
		left: 120%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1 !important;
	}
}

@-moz-keyframes slide-left {
	0% {
		left: 120%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1 !important;
	}
}

@-o-keyframes slide-left {
	0% {
		left: 120%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1 !important;
	}
}

@keyframes slide-left {
	0% {
		left: 120%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1 !important;
	}
}

.menu-mobile ul li:nth-child(1).ativo {
	-webkit-animation: 0.6s slide-left .2s normal both;
	/* Safari 4+ */
	-moz-animation: 0.6s slide-left .2s normal both;
	/* Fx 5+ */
	-o-animation: 0.6s slide-left .2s normal both;
	/* Opera 12+ */
	animation: 0.6s slide-left .2s normal both;
	/* IE 10+, Fx 29+ */
}

.menu-mobile ul li:nth-child(2).ativo {
	-webkit-animation: 0.6s slide-left 0.3s normal both;
	/* Safari 4+ */
	-moz-animation: 0.6s slide-left 0.3s normal both;
	/* Fx 5+ */
	-o-animation: 0.6s slide-left 0.3s normal both;
	/* Opera 12+ */
	animation: 0.6s slide-left 0.3s normal both;
	/* IE 10+, Fx 29+ */
}

.menu-mobile ul li:nth-child(3).ativo {
	-webkit-animation: 0.6s slide-left 0.4s normal both;
	/* Safari 4+ */
	-moz-animation: 0.6s slide-left 0.4s normal both;
	/* Fx 5+ */
	-o-animation: 0.6s slide-left 0.4s normal both;
	/* Opera 12+ */
	animation: 0.6s slide-left 0.4s normal both;
	/* IE 10+, Fx 29+ */
}

.menu-mobile ul li:nth-child(4).ativo {
	-webkit-animation: 0.6s slide-left 0.5s normal both;
	/* Safari 4+ */
	-moz-animation: 0.6s slide-left 0.5s normal both;
	/* Fx 5+ */
	-o-animation: 0.6s slide-left 0.5s normal both;
	/* Opera 12+ */
	animation: 0.6s slide-left 0.5s normal both;
	/* IE 10+, Fx 29+ */
}

.menu-mobile ul li:nth-child(5).ativo {
	-webkit-animation: 0.6s slide-left 0.6s normal both;
	/* Safari 4+ */
	-moz-animation: 0.6s slide-left 0.6s normal both;
	/* Fx 5+ */
	-o-animation: 0.6s slide-left 0.6s normal both;
	/* Opera 12+ */
	animation: 0.6s slide-left 0.6s normal both;
	/* IE 10+, Fx 29+ */
}

.menu-mobile ul li:nth-child(6).ativo {
	-webkit-animation: 0.6s slide-left 0.6s normal both;
	/* Safari 4+ */
	-moz-animation: 0.6s slide-left 0.6s normal both;
	/* Fx 5+ */
	-o-animation: 0.6s slide-left 0.6s normal both;
	/* Opera 12+ */
	animation: 0.6s slide-left 0.6s normal both;
	/* IE 10+, Fx 29+ */
}

* {
	font-family: 'Montserrat', sans-serif;
	color: #303030;
}

h1 {
	font-size: 48px;
	font-weight: 600;
	line-height: 70px;
}

h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 70px;
}

p {
	font-size: 16px;
	font-weight: 400;
}

p strong {
	font-weight: 500;
	font-size: 18px;
}

h3 {
	font-size: 32px;
	font-weight: 600;
	line-height: 43px;
}


/*Styles*/

.upper-header {
	text-align: right;
	position: relative;
	background: #fff;
}

.upper-header .location,
.upper-header .location-mobile {
	display: inline-block;
	color: #6957AF;
	font-weight: 600;
	background: url(../IMGS/location-icon.png) no-repeat left center;
	padding: 3px 0px 3px 20px;
}

.upper-header .location {
	display: none;
}

.upper-header .location-pin {
	display: inline-block;
	margin-top: 26px;
	position: relative;
	float: left;
	color: #6957AF;
	font-weight: 600;
	cursor: pointer;
}

.upper-header .location-pin img {
	width: 25px;
	padding-right: 2px;
}

.upper-header .display-location {
	position: absolute;
	padding-top: 20px;
	text-align: left;
	max-height: 0px;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	-ms-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
	overflow: hidden;
	background: #fff;
	z-index: -3;
	max-width: 400px;
	width: 96%;
}

.upper-header .display-location.active {
	max-height: 114px;
	border-bottom: 2px solid #6957AF;
	z-index: 9;
}

.upper-header .solid-button {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	background: #6957AF;
	text-decoration: none;
	padding: 16px 26px;
	position: relative;
}

.upper-header .solid-button span {
	display: block;
	color: #fff;
}

.upper-header .solid-button span::after,
.upper-header .solid-button span::before {
	content: "";
	width: 2px;
	height: 0px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	position: absolute;
	background: #6957AF;
}

.upper-header .solid-button span::after {
	bottom: 0px;
	transition-delay: 0.5s;
	right: 0px;
}

.upper-header .solid-button span::before {
	transition-delay: 0.1s;
	top: 0px;
	left: 0px;
}

.upper-header .solid-button:hover {
	transition: all .7s linear;
	-webkit-transition: all .7s linear;
	-moz-transition: all .7s linear;
	-o-transition: all .7s linear;
	-ms-transition: all .7s linear;
	background: #fff;
}

.upper-header .solid-button:hover span {
	color: #6957AF;
}

.upper-header .solid-button:hover span::after {
	transition-delay: 0.3s;
}

.upper-header .solid-button:hover span::before {
	transition-delay: 0.7s;
}

.upper-header .solid-button:hover span::before,
.upper-header .solid-button:hover span::after {
	height: 100%;
}

.upper-header .solid-button:hover::before,
.upper-header .solid-button:hover::after {
	width: 100%;
}

.upper-header .solid-button:hover::after {
	transition-delay: 0.1s;
}

.upper-header .solid-button:hover::before {
	transition-delay: 0.5s;
}

.upper-header .solid-button::after,
.upper-header .solid-button::before {
	content: "";
	width: 0px;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	background: #6957AF;
}

.upper-header .solid-button::after {
	bottom: 0px;
	left: 0px;
	transition-delay: 0.7s;
}

.upper-header .solid-button::before {
	top: 0px;
	right: 0px;
	transition-delay: 0.3s;
}

@media (min-width: 992px) {
	.upper-header {
		text-align: right;
	}
	.upper-header .location {
		padding: 20px;
		font-size: 16px;
		display: inline-block;
	}
	.upper-header .location-mobile {
		display: none;
	}
	.upper-header .location-pin {
		display: none;
	}
	.upper-header:nth-child(1) {
		padding-top: 0px;
	}
	.upper-header .solid-button {
		margin: 24px 0;
	}
}

.page {
	background: #fff;
}

.header-home {
	z-index: 2;
}

.header-home .logo {
	width: 100px;
	position: relative;
	z-index: 6;
}

.header-home .menu {
	z-index: 9;
	cursor: pointer;
	width: 42px;
	display: block;
	float: right;
	top: 20px;
	left: 0px;
	position: relative;
}

.header-home .bar1 {
	width: 40px;
}

.header-home .change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.header-home .change .bar2 {
	opacity: 0;
}

.header-home .change .bar3 {
	width: 40px;
	-webkit-transform: rotate(45deg) translate(-11px, -8px);
	transform: rotate(45deg) translate(-11px, -8px);
}

.header-home .bar2 {
	width: 25px;
	margin: 9.4px 0;
}

.change .header-home .bar2 {
	opacity: 0;
}

.header-home .bar3 {
	width: 20px;
}

.header-home .change.bar3 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.header-home .bar1,
.header-home .bar2,
.header-home .bar3 {
	height: 3px;
	background-color: #6957AF;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	float: right;
}

.header-home::after {
	display: block;
	content: "";
	position: absolute;
	background: #e3e3e378;
	width: 170px;
	height: 160px;
	top: 80px;
	right: 0;
}

@media (min-width: 576px) {
	.header-home .menu {
		top: 30px;
		left: 0px;
	}
	.header-home .logo {
		width: 150px;
		left: 0%;
		transform: translateX(0%);
	}
	.header-home::after {
		width: 325px;
		height: 290px;
		top: 83px;
	}
}

@media (min-width: 768px) {
	.header-home .menu {
		top: 53px;
		left: -20px;
	}
	.header-home .logo {
		width: 200px;
		left: 0%;
		transform: translateX(0%);
	}
	.header-home::after {
		width: 325px;
		height: 450px;
		top: 83px;
	}
}

@media (min-width: 992px) {
	.header-home .logo {
		width: auto;
	}
	.header-home .menu {
		top: 65px;
		display: none;
	}
	.header-home::after {
		width: 325px;
		height: 550px;
		top: 100px;
	}
}

@media (min-width: 1200px) {
	.header-home::after {
		width: 525px;
		height: 650px;
		top: 100px;
		right: 0;
	}
}

.container-banner {
	position: relative;
	z-index: 2;
	overflow: hidden;
	/* top: -60px; */
}

.container-banner .banner {
	width: 100%;
	background: #fff;
}

.container-banner .banner img {
	display: inline-block;
	position: relative;
	/* height: 160px;
	float: right;
	left: -45px; */
}

.container-banner .banner h2 {
	/* position: absolute;
	top: 80px; */
	/* font-size: 14px; */
	z-index: 3;
	/* line-height: 15px; */
	font-weight: 500;
	/* float: left; */
}

.container-banner .banner h2 span {
	font-weight: 600;
}

.container-banner .banner h2 a {
	color: #6957AF;
	font-size: 11px;
	background: url("../IMGS/view-more.png") no-repeat right;
	line-height: 25px;
	padding-right: 20px;
	background-size: 15px;
}

@media (min-width: 576px) {
	.container-banner {
		/* top: -90px; */
	}
	.container-banner .banner img {
		/* height: 290px;
		left: -80px; */
	}
	.container-banner .banner h2 {
		display: inline-block;
		font-size: 23px;
		line-height: 22px;
		/* top: 120px; */
	}
	.container-banner .banner a {
		color: #6957AF;
		font-size: 16px !important;
		line-height: 25px;
		padding-right: 30px;
		background-size: 25px;
	}
}

@media (min-width: 768px) {
	.container-banner {
		/* top: -105px; */
	}
	.container-banner .banner img {
		/* height: 450px;
		left: -60px; */
	}
	.container-banner .banner h2 {
		font-size: 30px;
		line-height: 30px;
		/* top: 220px; */
	}
}

@media (min-width: 992px) {
	.container-banner {
		/* top: -175px;
		margin-bottom: -65px; */
	}
	.container-banner .banner img {
		/* height: 550px;
		left: -60px; */
	}
	.container-banner .banner h2 {
		font-size: 50px;
		line-height: 45px;
		/* top: 280px; */
	}
}

@media (min-width: 1200px) {
	.container-banner .banner img {
		/* height: 650px;
		left: -60px; */
	}
	.container-banner .banner h2 {
		font-size: 65px;
		line-height: 60px;
		top: 280px;
	}
}

.menu-desktop {
	overflow: hidden;
	position: relative;
	margin-bottom: -165px;
	top: -106px;
	/* left: 150%; */
	text-align: right;
	padding: 32px 0px;
	float: right;
	display: none;
	background: #fff;
	z-index: 4;
	transition: left 1s ease-in-out;
	-webkit-transition: left 1s ease-in-out;
	-moz-transition: left 1s ease-in-out;
	-o-transition: left 1s ease-in-out;
	-ms-transition: left 1s ease-in-out;
}

.menu-desktop.ativo {
	left: 0%;
}

.menu-desktop ul {
	display: block;
	margin: 0px;
	padding-right: 70px;
}

.menu-desktop ul li {
	display: inline;
	padding: 0 10px;
}

.menu-desktop ul li a {
	font-size: 12px;
	font-weight: 600;
	color: #6957AF;
	text-decoration: none;
}

@media (min-width: 576px) {
	.menu-desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.menu-desktop {
		display: inline-block;
		display: inline-block;
		padding: 32px 0px;
	}
	.menu-desktop ul li {
		display: inline;
		padding: 0 8px;
	}
	.menu-desktop ul li a {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.menu-desktop {
		left: 0;
		top: -176px;
		padding: 70px 0px;
	}
	.menu-desktop ul li {
		padding: 0 8px;
	}
	.menu-desktop ul li a {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.menu-desktop ul li {
		padding: 0 20px;
	}
	.menu-desktop ul li a {
		font-size: 16px;
	}
}

.owl-dots {
    text-align: center;
	position: relative;
	/* display: inline-block;
	padding-right: 60px;
	float: left;
	top: -10px; */
}

.owl-dots .owl-dot {
	outline: 0;
	background: rgba(105, 87, 175, 0.48) !important;
	height: 10px;
	width: 10px;
	margin: 0 7px;
	border-radius: 100%;
}

.owl-dots .owl-dot.active {
	background: #6957AF !important;
}

.owl-dots::before {
	content: "";
	width: 0px;
	height: 1px;
	position: absolute;
	top: 12px;
	right: 0;
	background: #6957AF;
}

@media (min-width: 576px) {
	.owl-carousel-products .owl-dots{
		top: 0px;
	}
	.owl-dots {
        /* display: inline-block; */
        padding-right: 60px;
        float: left;
		padding-right: 60px;
		/* top: -60px; */
	}
	.owl-dots .owl-dot {
		margin: 0 10px;
	}
	.owl-dots::before {
		width: 40px;
	}
}

@media (min-width: 768px) {
	.owl-dots {
		padding-right: 90px;
	}
	.owl-dots::before {
		width: 70px;
	}
}

.menu-mobile {
	height: 100%;
	position: fixed;
	background: rgba(105, 87, 175, 0.95);
	top: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
	overflow: none;
}

.menu-mobile ul {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu-mobile ul li {
	left: 120%;
	padding: 12px 0;
	text-decoration: none;
}

.menu-mobile ul li a {
	font-weight: 700;
	color: #fff;
	font-size: 28px;
}

.menu-mobile ul li:nth-child(6) {
	padding-bottom: 40px;
}

.menu-mobile ul li.menu-close {
	border: 2px solid white;
	display: inline-block;
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.menu-mobile ul li.menu-close .bar1 {
	width: 40px;
	-webkit-transform: rotate(-45deg) translate(-15px, 4px);
	transform: rotate(-45deg) translate(-15px, 4px);
}

.menu-mobile ul li.menu-close .bar3 {
	width: 40px;
	-webkit-transform: rotate(45deg) translate(2px, 13px);
	transform: rotate(45deg) translate(2px, 13px);
}

.menu-mobile ul li.menu-close .bar1,
.menu-mobile ul li.menu-close .bar3 {
	height: 3px;
	background-color: #fff;
	float: right;
}

.menu-mobile ul li:nth-child(1),
.menu-mobile ul li:nth-child(2),
.menu-mobile ul li:nth-child(3),
.menu-mobile ul li:nth-child(4),
.menu-mobile ul li:nth-child(5),
.menu-mobile ul li:nth-child(6) {
	list-style: none;
	position: relative;
}

.menu-mobile.close {
	display: none !important;
}

.menu-mobile.ativo {
	display: block !important;
}

@media (min-width: 768px) {
	.menu-mobile {
		display: none;
	}
}

@media (min-width: 1200px) {
	.menu-mobile {
		display: none;
	}
}

@media (min-width: 1200px) {
	.menu-mobile {
		display: none;
	}
}

.about .content {
	z-index: 10;
	position: relative;
	margin-top: 50px;
}

@media (min-width: 992px) {
    .about .content {
        margin-top: 80px;
    }
}

.about .content p {
	padding-left: 100px;
}

.about .content h2 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	margin-top: 10px;
	position: relative;
	top: 30px;
}

.services {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin-top: 60px;
}

.services .service-box {
	position: relative;
	box-sizing: border-box;
}

.service-box:hover .btn-read-more{
	opacity: 1;
}

.btn-read-more{
	position: absolute;
	bottom: 0;
	background: #6957AF;
	color: #fff;
	padding: 15px 10px;
	width: calc(100% - 30px);
	opacity: 0;
	transition: .5s all;
	transform: translate(0, -15px);
	text-align: center;
}

.btn-read-more:hover{
	color: #fff;
}

.services .service-box:nth-child(1),
.services .service-box:nth-child(2),
.services .service-box:nth-child(3) {
	padding: 15px;
	align-self: flex-end;
	width: 46%;
}

@media (min-width: 576px) {
	.services .service-box:nth-child(1),
	.services .service-box:nth-child(2),
	.services .service-box:nth-child(3) {
		width: 33%;
	}
}

.services .service-box:nth-child(1)::after {
	content: 'Hair';
	left: -15px;
	top: 195px;
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
}

@media (min-width: 992px) {
	.services .service-box:nth-child(1)::after {
		font-size: 26px;
	}
}

.services .service-box:nth-child(1)::before {
	content: '';
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	left: 2px;
	top: 145px;
	width: 60px;
	height: 1px;
	background: #303030;
}

@media (min-width: 992px) {
	.services .service-box:nth-child(1)::before {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	.services .service-box:nth-child(1)::after {
		left: -19px;
		top: 210px;
	}
}

.services .service-box:nth-child(2)::after {
	content: 'Nails';
	left: -12px;
	bottom: 50px;
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
}

@media (min-width: 992px) {
	.services .service-box:nth-child(2)::after {
		font-size: 26px;
	}
}

.services .service-box:nth-child(2)::before {
	content: '';
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	left: 3px;
	bottom: 15px;
	height: 1px;
	width: 60px;
	background: #303030;
}

@media (min-width: 992px) {
	.services .service-box:nth-child(2)::before {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	.services .service-box:nth-child(2) {
		margin-bottom: 85px;
	}
	.services .service-box:nth-child(2)::after {
		left: 298px;
		bottom: 50px;
	}
	.services .service-box:nth-child(2)::before {
		left: 316px;
		bottom: 15px;
	}
}

@media (min-width: 1200px) {
	.services .service-box:nth-child(2)::after {
		left: 358px;
	}
	.services .service-box:nth-child(2)::before {
		left: 376px;
	}
}

.services .service-box:nth-child(3)::after {
	content: 'Wax';
	left: -13px;
	top: 125px;
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
}

@media (min-width: 992px) {
	.services .service-box:nth-child(3)::after {
		font-size: 26px;
	}
}

.services .service-box:nth-child(3)::before {
	content: '';
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
	left: 4px;
	top: 75px;
	height: 1px;
	width: 60px;
	background: #303030;
}

@media (min-width: 992px) {
	.services .service-box:nth-child(3)::before {
		font-size: 26px;
	}
}

@media (min-width: 992px) {
	.services .service-box:nth-child(3) {
		margin-bottom: 285px;
	}
	.services .service-box:nth-child(3)::after {
		left: -19px;
		top: 140px;
	}
	.services .service-box:nth-child(3)::before {
		left: 2px;
	}
}

.services .service-box:nth-child(4) {
	padding: 15px;
	width: 90%;
}

@media (min-width: 576px) {
	.services .service-box:nth-child(4) {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.services .service-box:nth-child(4) {
		width: 66.5%;
		margin-top: -85px;
		margin-left: auto;
	}
}

.services .service-box:nth-child(4)::after {
	content: 'Skin Care';
	right: -80px;
	bottom: -12px;
	display: block;
	position: absolute;
	font-size: 20px;
	transform: rotate(-90deg);
	transform-origin: left top 0;
}

@media (min-width: 768px) {
	.services .service-box:nth-child(4)::after {
		bottom: 55px;
		right: -80px;
	}
}

@media (min-width: 992px) {
	.services .service-box:nth-child(4)::after {
		bottom: 45px;
		right: -105px;
	}
}

@media (min-width: 992px) {
	.services .service-box:nth-child(4)::after {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	.services .service-box:nth-child(4)::before {
		content: '';
		right: -61px;
		bottom: 15px;
		height: 1px;
		width: 60px;
		background: #303030;
		display: block;
		position: absolute;
		font-size: 20px;
		transform: rotate(-90deg);
		transform-origin: left top 0;
	}
}

@media (min-width: 768px) and (min-width: 992px) {
	.services .service-box:nth-child(4)::before {
		font-size: 26px;
	}
}

.services .service-box h2 {
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.services {
		margin-top: 120px;
	}
}

@media (min-width: 992px) {
	.services {
		margin-top: 90px;
	}
}

@media (min-width: 1200px) {
	.services {
		margin-top: 120px;
	}
}

.page-products {
	margin-top: 10rem;
}

.page-products .row:first-of-type {
	margin-bottom: 5rem;
}

.insta-title {
	text-align: center;
	padding: 85px 0px 35px 0;
}

.insta-display {
	text-align: center;
	padding-bottom: 85px;
}

.insta-display .sbi_load_btn .sbi_btn_text{
	color: #fff;
}

.insta-display .images {
	display: inline-block;
	padding: 15px;
}

.insta-display .images img {
	max-width: 150px;
}

footer {
	padding: 36px 0px;
	background: #6957AF;
	text-align: center;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	list-style: none;
	padding: 4px 0;
}

footer ul li a {
	text-decoration: none;
	color: #fff;
}

footer ul li a:hover {
	color: #fff;
}

footer .fab{
    color: #fff;
}

footer ul li.facebook {
	/* background: url("Assets/IMGS/facebook.png") no-repeat left center; */
	display: inline-block;
}

footer ul li.instagram {
	/* background: url("Assets/IMGS/instagram.png") no-repeat left center; */
	display: inline-block;
}

footer p {
	color: #fff;
}

footer input {
	padding: 10px 0;
	width: 100%;
}

footer input[type="text"] {
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #6957AF;
	margin-right: 5px;
	width: 80%;
}

footer input[type="text"]::placeholder {
	color: #6957AF;
}

@media (min-width: 768px) {
	footer input[type="text"][type="text"] {
		width: auto;
	}
}

footer input[type="submit"] {
	padding: 10px 30px;
	border: 1px solid #fff;
	background: #6957AF;
	color: #fff;
	width: 80%;
	margin-top: 10px;
}

@media (min-width: 768px) {
	footer input[type="submit"] {
		width: auto;
	}
}

footer img {
	margin: 0;
	pad: 0;
}

@media (min-width: 992px) {
	footer {
		text-align: left;
	}
	footer p {
		margin-bottom: 0;
	}
	footer ul {
		padding-left: 50px;
	}
	footer ul li {
		padding: 0px;
	}
	footer ul li.facebook,
	footer ul li.instagram {
		margin: 0px;
		display: block;
		padding-left: 35px;
	}
}

.copyright {
	text-align: center;
	padding: 7px;
}

.page-id-16 .services {
	margin: 30px 0 80px 0;
}

@media (min-width: 992px) {
	.page-id-16 .services {
		margin: 30px 0 80px 0;
	}
}

.page-id-20 .pencil {
	width: 295px;
	margin-top: 70px;
}

@media (min-width: 768px) {
	.page-id-20 .pencil {
		width: 450px;
	}
}

@media (min-width: 992px) {
	.page-id-20 .pencil {
		width: 650px;
	}
}

@media (min-width: 1200px) {
	.page-id-20 .pencil {
		width: 770px;
	}
}

.page-id-20 .header-home:before {
	content: "Products";
	z-index: 50;
	width: 0px;
	position: absolute;
	/* right: 165px; */
	top: 280px;
	font-size: 32px;
	/* -webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg); */
	display: inline-block;
}

@media (min-width: 576px) {
	/* .page-id-20 .header-home:before {
		right: 325px;
		top: 320px;
		font-size: 38px;
	} */
}

@media (min-width: 992px) {
	.page-id-20 .header-home:before {
		right: 325px;
		top: 420px;
        font-size: 48px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
	}
}

@media (min-width: 1200px) {
	.page-id-20 .header-home:before {
		right: 625px;
		top: 420px;
	}
}

.page-id-20 .header-home::after {
	width: 170px;
	height: 160px;
}

@media (min-width: 576px) {
	.page-id-20 .header-home::after {
		width: 325px;
		height: 290px;
		top: 83px;
	}
}

@media (min-width: 992px) {
	.page-id-20 .header-home::after {
		width: 325px;
		height: 450px;
		top: 100px;
	}
}

@media (min-width: 1200px) {
	.page-id-20 .header-home::after {
		width: 625px;
		height: 650px;
		top: 100px;
		right: 0;
	}
}

.page-id-20 .display-md {
	display: block;
}

.page-id-20 .keratase {
	margin: 30px 0;
}

.page-id-20 .Moroccanoil {
	margin-bottom: 80px;
}

@media (min-width: 992px) {
	.page-id-20 .display-md {
		display: none;
	}
}

@media (min-width: 992px) {
	.page-id-20 .keratase {
		position: relative;
		top: 70%;
	}
	.page-id-20 .Moroccanoil {
		height: 260px;
		margin-top: 120px;
		margin-bottom: 0px;
	}
}

.page-id-18 .about-products {
	overflow: hidden;
}

.page-id-18 .about-img {
	position: relative;
	left: 0px;
    width: 280px;
    margin: 0 auto;
    display: block;
}

@media (min-width: 992px) {
	.page-id-18 .about-img {
		width: 580px;
		left: -60px;
	}
}

.page-id-18 .about {
	margin-top: 60px;
	position: relative;
	left: 0px;
	top: 20px;
}

@media (min-width: 992px) {
	.page-id-18 .about {
		left: 60px;
	}
	.page-id-18 .about p {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.page-id-18 .about {
		left: 100px;
		top: 30px;
		left: 80px;
	}
}

.page-id-18 .about h2 {
	position: absolute;
	font-size: 32px;
	display: inline-block;
	top: -40px;
}

@media (min-width: 576px) {
	.page-id-18 .about h2 {
		
	}
}

@media (min-width: 992px) {
	.page-id-18 .about h2 {
		left: -130px;
		top: 10px;
        font-size: 48px;
        /* left: -100px;
		top: 10px;
		font-size: 38px; */
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media (min-width: 1200px) {
	.page-id-18 .about h2 {
		float: left;
		left: -130px;
		top: 10px;
	}
}

.page-id-18 .mission {
	margin-top: 60px;
	position: relative;
	top: 20px;
}

@media (min-width: 992px) {
	.page-id-18 .mission {
		left: 60px;
	}
	.page-id-18 .mission p {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.page-id-18 .mission {
		left: 100px;
		top: 30px;
	}
}

.page-id-18 .mission h2 {
	position: absolute;
	font-size: 32px;
	display: inline-block;
	top: -40px;
}

@media (min-width: 576px) {
	.page-id-18 .mission h2 {
		/* left: -120px;
		top: 45px;
		font-size: 38px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg); */
	}
}

@media (min-width: 992px) {
	.page-id-18 .mission h2 {
		left: -140px;
        font-size: 48px;
        
        /* left: -120px;
        font-size: 38px; */

		top: 45px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media (min-width: 1200px) {
	.page-id-18 .mission h2 {
		float: left;
		left: -150px;
	}
}

.page-id-18 .values {
	margin-top: 60px;
	position: relative;
	top: 20px;
}

@media (min-width: 992px) {
	.page-id-18 .values {
		left: -20px;
	}
	.page-id-18 .values p {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.page-id-18 .values {
		left: 100px;
		top: 30px;
		left: 80px;
	}
}

.page-id-18 .values h2 {
	position: absolute;
	font-size: 32px;
	top: -40px;
	display: inline-block;
}

@media (min-width: 576px) {
	.page-id-18 .values h2 {
		/* top: 30px;
		right: 410px;
		font-size: 38px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg); */
	}
}

@media (min-width: 768px) {
	/* .page-id-18 .values h2 {
		right: 110px;
		top: 30px;
		font-size: 38px;
	} */
}

@media (min-width: 992px) {
	.page-id-18 .values h2 {
		font-size: 48px;
        right: -60px;
        
        top: 30px;
		/* right: 410px;
		font-size: 38px; */
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@media (min-width: 1200px) {
	.page-id-18 .values h2 {
		float: right;
		right: 40px;
	}
}

.page-id-18 .values-box {
	position: relative;
	top: 0px;
}

@media (min-width: 992px) {
	.page-id-18 .values-box {
		top: -160px;
	}
}

.page-id-18 .values-box img {
	display: inline-block;
	width: 220px;
	position: relative;
	left: 100px;
	z-index: 10;
}

@media (min-width: 992px) {
	.page-id-18 .values-box img {
		left: 0px;
		width: 620px;
	}
}

.page-id-18 .values-box::before {
	display: block;
	content: "";
	position: absolute;
	background: #e3e3e378;
	width: 1300px;
	height: 100%;
	top: 0px;
	right: -390px;
	z-index: 0;
}

.page-id-18 .values-box .values {
	position: relative;
	top: 20px;
}

.page-id-18 .values-box .values p {
	position: relative;
}

@media (min-width: 992px) {
	.page-id-18 .values-box .values p {
		left: 80px;
	}
}

@media (min-width: 992px) {
    .page-id-18 .values-box::before {
        bottom: 0px;
        height: 360px;
        top: auto;
    }

	.page-id-18 .values-box .values p {
		left: 0px;
	}
}

@media (min-width: 1200px) {
	.page-id-18 .values-box .values p {
		left: 30px;
	}
}

@media (min-width: 992px) {
	.page-id-18 .values-box .values {
		top: 330px;
	}
}

@media (min-width: 992px) {
	.page-id-18 .display-md {
		display: none;
	}
}

.contact-image {
	margin: 0px 0 60px 0;
	/* height: 450px; */
}

@media (min-width: 992px) {
	.contact-image {
		margin: 0px 0 150px 0;
	}
}

.contact-image .contact-after::after {
	display: block;
	content: "";
	position: absolute;
	background: #e3e3e378;
	width: 350px;
	height: 450px;
	top: 60px;
	left: -30px;
	z-index: 0;
}

@media (min-width: 992px) {
	.contact-image .contact-after::after {
		height: 560px;
	}
}

.contact-image .contact-after img {
	position: relative;
	z-index: 1;
}

.info-contact,
.email {
	padding-left: 75px;
}

.info-contact h3,
.email h3 {
	color: #6957AF;
	font-size: 32px;
	margin-bottom: 27px;
}

.info-contact a,
.email a {
	color: initial;
	line-height: 45px;
}

.info-contact p span,
.email p span {
	font-weight: 500;
}

.info-contact a.border-button,
.email a.border-button {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	background: #fff;
	border: 2px solid #6957AF;
	text-decoration: none;
	padding: 1px 36px;
	position: relative;
	color: #6957AF;
	font-weight: 400;
	line-height: 40px;
}

.info-contact .email-link,
.email .email-link {
	line-height: 40px;
	font-weight: 500;
}

.email {
	padding-top: 60px;
	padding-left: 0px;
}

@media (min-width: 992px) {
	.email {
		padding-left: 100px;
	}
}

.info-contact {
	padding-top: 0px;
	padding-left: 0px;
}

@media (min-width: 992px) {
	.info-contact {
		padding-left: 75px;
		padding-top: 50px;
	}
}

.info-contact::after {
	content: '';
	display: block;
	background: #6957AF;
	position: relative;
	bottom: -1px;
	left: 25px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.info-contact::before {
	content: '';
	display: block;
	position: relative;
	bottom: -210px;
	background: #6957AF;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.info-contact .line::after {
	content: '';
	display: block;
	background: #6957AF;
	position: relative;
	bottom: -24px;
	left: 55px;
	width: 80px;
	height: 1px;
}

.pins-laterais {
	position: fixed;
	right: 0;
	z-index: 999;
	bottom: 0%;
	display: block;
}

@media (min-width: 992px) {
	.pins-laterais {
		right: 0;
		top: 50%;
	}
}

.pins-laterais .location {
	width: 60px;
	height: 56px;
	border-top: 1px solid #6957AF;
	border-left: 1px solid #6957AF;
	border-bottom: 1px solid #6957AF;
	background: #fff;
	margin-bottom: 10px;
}

.pins-laterais .location img {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
}

.pins-laterais .booking {
	background: #6957AF;
	width: 60px;
	height: 56px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.pins-laterais .booking img {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
}

.title-contact {
	text-align: right;
	right: 105px;
	padding: 5px 80px 85px 0;
}

@media (min-width: 1921px) {
	.page-wrapper {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 1920px;
		-webkit-box-shadow: 0px 0px 21px -6px rgba(48, 48, 48, 0.6);
		-moz-box-shadow: 0px 0px 21px -6px rgba(48, 48, 48, 0.6);
		box-shadow: 0px 0px 21px -6px rgba(48, 48, 48, 0.6);
	}
}

footer .wpcf7-not-valid-tip{
	color: #fff;
}

footer .wpcf7-mail-sent-ok,
footer .wpcf7-validation-errors{
	border: none!important;
	padding-left: 0!important;
	margin-left: 0!important; 
	color: #fff;
}