/* reset */
html, body, div, span,
*, *::before, *::after,
object, iframe,
h1, h2, h3, h4, p, a, img,
strong, cite, ul, li, form, embed,
header, section, footer,
audio, video	{ font-size: 100%; font: inherit; margin: 0; padding: 0; box-sizing: border-box; outline: none; }
ul				{ list-style: none; }

/* body */
body {
	background: #ffffff;
	font: normal 16px/34px "Axiforma";
	color: #000000;
}

/* title */
h1 { font: normal 140px/130px "Saol Display"; }
h2 { font: normal 96px/90px "Saol Display"; }

/* transition */
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}

/* header */
header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 100;
}
header.white {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5970763305322129) 0%, rgba(0,0,0,0) 95%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5970763305322129) 0%, rgba(0,0,0,0) 95%);
	background: linear-gradient(180deg, rgba(0,0,0,0.5970763305322129) 0%, rgba(0,0,0,0) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

header #menu {
	padding: 30px 90px 0 90px;
	display: flex;
}

header .logo {
	display: flex;
	align-items: center;
}
header .logo img {
	width: auto;
	height: 90px;
	display: block;
}

header nav {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: flex-end;
}
header nav ul {
	display: flex;
}
header nav ul li {
	margin: 0 60px 0 0;
	position: relative;
}
header nav ul li:last-child {
	margin: 0;
}

header nav ul ul {
	width: 140px;
	display: none;
	position: absolute; 
	top: 35px;
	z-index: 10;
}
header nav ul li:hover > ul {
	display: inherit;
}
header nav ul ul li {
	margin: 0;
}
header nav ul ul li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

header nav ul li a {
	color: #000000;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	position: relative;
}
header.white nav ul li a {
	color: #ffffff;
}
header nav ul li a::after {
	content: "";
	width: 0;
	height: 1px;
	background: #000000;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	transition: all .3s ease;
}
header.white nav ul li a::after {
	background: #ffffff;
}
header nav ul li a:hover::after {
	width: 100%;
	left: 0;
}
header nav ul li a.no_effect::after {
	display: none;
}

header nav ul li .menu_wpp {
	width: 30px;
	height: 30px;
	background: url(../img/icons/icon_wpp.svg) no-repeat center center;
	background-size: cover;
}
header.white nav ul li .menu_wpp {
	background-image: url(../img/icons/icon_wpp_white.svg);
}



#overlay-button {
	position: fixed;
	background: #efdbd2;
	border-radius: 50%;
	right: 15px;
	top: 20px;
	padding: 25px 10px;
	z-index: 9999;
	cursor: pointer;
	user-select: none;
	display: none;
}
#overlay-button span {
	height: 0;
	width: 30px;
	background: #000000;
	position: relative;
	display: block;
	transition: all .3s ease;
}
#overlay-button span:before {
	top: -4px;
	visibility: visible;
}
#overlay-button span:after {
	top: 4px;
}
#overlay-button span:before, #overlay-button span:after {
	height: 1px;
	width: 30px;
	background: #000000;
	position: absolute;
	content: "";
	transition: all .3s ease;
}

input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #overlay {
	visibility: visible;
	opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
	background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
	transform: rotate(45deg) translate(2px, 2px);
	opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button span:after {
	transform: rotate(-45deg) translate(4px, -4px);
}

#overlay {
	height: 100vh;
	width: 100vw;
	background: #ffffff;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	-webkit-transition: all .3s ease;
}
#overlay.active {
	visibility: visible;
}
#overlay ul {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
#overlay ul li {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin: 15px 0;
}
#overlay ul li:nth-child(3)::before {
	content: "Nova Coleção";
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
	display: block;
	margin: 0 0 15px 0;
}
#overlay ul li a {
	color: #000000;
	display: block;
}



section#featured {
	background: #efdbd2;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#featured .icon {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	background: url(../img/icons/icon_clothes.svg) no-repeat top center;
	background-size: auto 40px;
	padding: 50px 0 0 0;
	position: relative;
	z-index: 2;
}

section#featured .title {
	width: 1080px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
section#featured h2 {
	font-style: italic;
	margin: 20px 0 0 0;
}
section#featured h2 i {
	text-transform: uppercase;
	font-style: normal;
}

.slider_featured {
	width: 100%;
	height: 860px;
	position: relative;
	margin-top: -320px;
	overflow: hidden;
	z-index: 1;
}
.slider_featured ul.slider_row {
	width: 4628px;
	height: 860px;
	display: flex;
	flex-direction: row;
	align-items: center;
	-webkit-animation: slide 50s linear infinite;
}
@-webkit-keyframes slide {
	0%   {
		-webkit-transform: translate(0%, 0);
	}
	100% {
		-webkit-transform: translate(-2274px, 0);
	}
}
.slider_featured ul.slider_row li {
	float: left;
	margin: 0 20px;
}
.slider_featured ul.slider_row li img {
	display: block;
}



section#featured_fdl {
	margin: 180px 0;
}
section#featured_fdl .container {
	width: 1280px;
	margin: 0 auto;
}
section#featured_fdl .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section#featured_fdl .text {
	width: 40%;
	float: left;
}
section#featured_fdl .text img {
	width: auto;
	height: 14px;
	display: block;
}
section#featured_fdl .text h2 {
	margin: 30px 0;
}
section#featured_fdl .text h2 i {
	font-style: italic;
}
section#featured_fdl .text a.button {
	background: #5a9f9a url(../img/icons/icon_arrow_right.svg) no-repeat 80% 48%;
	background-size: auto 14px;
	color: #ffffff;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 60px;
	display: inline-block;
}

section#featured_fdl .image {
	width: 60%;
	float: left;
	position: relative;
}
section#featured_fdl .image img {
	float: right;
}
section#featured_fdl .image img.float {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	margin: 0 0 0 40px;
}



section#featured_revendedora {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_revendedora.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#featured_revendedora img {
	width: auto;
	height: 40px;
	display: block;
	margin: 0 auto;
}
section#featured_revendedora h1 {
	color: #ffffff;
	margin: 0 0 30px 0;
}
section#featured_revendedora h2 {
	color: #ffffff;
	margin: 10px 0 30px 0;
}
section#featured_revendedora h1 i,
section#featured_revendedora h2 i {
	font-style: italic;
}
section#featured_revendedora a.button {
	background: #e2d77e url(../img/icons/icon_arrow_right_black.svg) no-repeat 80% 48%;
	background-size: auto 14px;
	color: #000000;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 60px;
	display: inline-block;
}



section#featured_er {
	margin: 180px 0;
}
section#featured_er .container {
	width: 1280px;
	margin: 0 auto;
}
section#featured_er .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section#featured_er .image {
	width: 60%;
	float: left;
	position: relative;
}
section#featured_er .image img {
	float: left;
}
section#featured_er .image img.float {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	margin: 0 40px 0 0;
}

section#featured_er .text {
	width: 40%;
	float: left;
	padding: 0 0 0 40px;
}
section#featured_er .text img {
	width: auto;
	height: 40px;
	display: block;
}
section#featured_er .text h2 {
	margin: 30px 0;
}
section#featured_er .text h2 i {
	font-style: italic;
}
section#featured_er .text a.button {
	background: #5a9f9a url(../img/icons/icon_arrow_right.svg) no-repeat 80% 48%;
	background-size: auto 14px;
	color: #ffffff;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 60px;
	display: inline-block;
}



section#featured_insta {
	background: #efdbd2;
	text-align: center;
	padding: 180px 0;
	display: flex;
}
section#featured_insta .container {
	width: 1280px;
	margin: 0 auto;
}
section#featured_insta p, section#featured_insta a {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
section#featured_insta h2 {
	margin: 0 0 60px 0;
}
section#featured_insta img {
	display: block;
}

section#featured_insta .left,
section#featured_insta .right {
	width: 50%;
	float: left;
	padding: 0 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section#featured_insta .insta_fdl,
section#featured_insta .insta_er {
	width: 480px;
	height: 480px;
	background: url(../img/img_insta_fdl.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 50%;
	margin: 0 auto;
}
section#featured_insta .insta_er {
	background-image: url(../img/img_insta_er.jpg);
}

section#featured_insta .logo_fdl {
	width: auto;
	height: 15px;
	margin: 40px 0 10px 0;
}
section#featured_insta .logo_er {
	width: auto;
	height: 40px;
	margin: 30px 0 0 0;
}
section#featured_insta a {
	color: #000000;
}



footer {
	background: #1f1f1f;
	padding: 180px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

footer .logo {
	width: 360px;
	height: auto;
	margin: 0 auto;
}
footer .logo img {
	display: block;
}

footer nav {
	margin: 40px auto 0 auto;
}
footer nav ul li {
	float: left;
	margin: 0 30px;
	position: relative;
}

footer nav ul ul {
	width: 140px;
	display: none;
	position: absolute; 
	top: 30px;
	z-index: 10;
}
footer nav ul li:hover > ul {
	display: inherit;
}
footer nav ul ul li {
	margin: 0;
}
footer nav ul ul li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	opacity: .6;
}

footer nav ul li a {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
}

footer p.copy {
	color: #ffffff;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: .3;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 10;
}



section#sobre {
	background: #efdbd2;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
section#sobre .container {
	width: 1600px;
	margin: 0 auto;
}
section#sobre .subtext p {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	z-index: 2;
}

section#sobre .title {
	width: 1080px;
	position: relative;
	z-index: 2;
}
section#sobre h2 {
	font-style: italic;
	margin: 20px 0 0 0;
}
section#sobre h2 i {
	text-transform: uppercase;
	font-style: normal;
}

a.scroll_down {
	width: 90px;
	height: 90px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 50%;
	background: url(../img/icons/icon_arrow_down_black.svg) no-repeat center center;
	background-size: auto 8px;
	position: absolute;
	right: 90px;
	bottom: 90px;
}



section#valores {
	margin: -90px 0 180px 0;
}
section#valores .container {
	width: 1280px;
	margin: 0 auto;
}
section#valores .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section#valores .text {
	width: 40%;
	float: left;
}
section#valores .text span {
	font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
section#valores .text h2 {
	margin: 30px 0 50px 0;
}
section#valores .text h2 i {
	font-style: italic;
}
section#valores .text p {
	max-width: 360px;
}

section#valores .image {
	width: 60%;
	float: left;
	position: relative;
}
section#valores .image img {
	float: right;
}
section#valores .image img.float {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	margin: 0 0 0 40px;
}

section#valores .history {
	width: 720px;
	text-align: center;
	margin: 120px auto 0 auto;
}

section#sobre_fdl,
section#sobre_er {
	margin: 180px 0;
}
section#sobre_fdl .history,
section#sobre_er .history {
	width: 720px;
	text-align: center;
	margin: 120px auto 0 auto;
}

section#catalogo {
	text-align: center;
	padding: 240px 0 180px 0;
	position: relative;
}
section#catalogo .container {
	width: 1280px;
	margin: 0 auto;
}
section#catalogo .subtext p {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: relative;
	z-index: 2;
}
section#catalogo .logo_fdl {
	width: auto;
	height: 70px;
	margin: 40px auto 0 auto;
}
section#catalogo .logo_er {
	width: auto;
	height: 110px;
	margin: 20px auto 0 auto;
}

section#catalogo .gallery {
 	margin: 120px 0 0 0;
 	display: inline-block;
}
section#catalogo .gallery_item {
    margin: 20px;
    width: 280px;
    height: 420px;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
section#catalogo .gallery_item::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: rgba(0,0,0,.3) url(../img/icons/icon_zoom.svg) no-repeat center center;
	background-size: auto 40px;
	transition: opacity .3s;
	z-index: 10;
}
section#catalogo .gallery_item img {
	display: inline-block;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
	width: unset;
	object-fit: cover;
	min-height: unset;
	text-align: center;
	background: #000000;
	transition: filter .6s, transform .6s;
}
section#catalogo .gallery_item:hover .thumb {
	transform: scale(1.05);
}
section#catalogo .gallery_item:hover::after {
	opacity: 1;
}

section#catalogo a.button {
	background: #5a9f9a url(../img/icons/icon_arrow_right.svg) no-repeat 88% 48%;
	background-size: auto 14px;
	color: #ffffff;
	font-size: 12px;
	line-height: 60px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 60px 0 0 0;
	padding: 0 60px;
	display: inline-block;
}

.lightbox-wrapper {
	background: rgba(255,255,255,.9);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.lightbox {
	height: 100%;
	color: #000000;
	display: flex;
	flex-direction: column;
}
.lightbox .lightbox-header {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 90px;
	position: absolute;
	top: 0;
	left: 0;
}
.lightbox .lightbox-close {
	width: 60px;
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	padding: 0;
	border: none;
	cursor: pointer;
}
.lightbox .lightbox-close::before,
.lightbox .lightbox-close::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #000000;
	position: absolute;
}
.lightbox .lightbox-close::before {
	transform: rotate(-45deg);
}
.lightbox .lightbox-close::after {
	transform: rotate(45deg);
}
.lightbox .lightbox-close:hover {
	opacity: 1;
}
.lightbox .lightbox-slides-wrapper {
	flex-grow: 1;
	display: flex;
	overflow: hidden;
	position: relative;
}
.lightbox .lightbox-arrow {
	width: 90px;
	height: 90px;
	background: #000000 url("../img/icons/icon_arrow_left.svg") no-repeat center center;
	background-size: 10px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.lightbox .lightbox-arrow.arrow-left {
	left: 90px;
}
.lightbox .lightbox-arrow.arrow-right {
	background-image: url("../img/icons/icon_arrow_right.svg");
	right: 90px;
}
.lightbox .lightbox-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	transition: all 0ms ease;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.lightbox .lightbox-slide[data-state=prev] {
	transform: translateX(-100%);
	opacity: 0;
}
.lightbox .lightbox-slide[data-state=next] {
	transform: translateX(100%);
	opacity: 0;
}
.lightbox .lightbox-image {
	max-width: 100%;
	max-height: 100%;
	display: none;
}



section#colecao_fdl {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_colecao_fdl.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
section#colecao_fdl img {
	width: auto;
	height: 14px;
	display: block;
	margin: 0 auto;
}
section#colecao_fdl h1 {
	color: #ffffff;
	margin: 30px 0;
}
section#colecao_fdl h1 i {
	font-style: italic;
}
section#colecao_fdl a.scroll_down {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffffff url(../img/icons/icon_arrow_down_black.svg) no-repeat center center;
	background-size: auto 8px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
	margin: 0 auto;
}

section#colecao_er {
	width: 100%;
	height: 100vh;
	background: url(../img/bg_colecao_er.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
section#colecao_er img {
	width: auto;
	height: 60px;
	display: block;
	margin: 0 auto;
}
section#colecao_er h1 {
	color: #ffffff;
	margin: 10px 0 30px 0;
}
section#colecao_er h1 i {
	font-style: italic;
}
section#colecao_er a.scroll_down {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffffff url(../img/icons/icon_arrow_down_black.svg) no-repeat center center;
	background-size: auto 8px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 90px;
	margin: 0 auto;
}

section#slider {
	background: #efdbd2;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
section#slider .carousel {
	width: 100%;
	cursor: -webkit-grab;
	cursor: grab;
}
section#slider .carousel.dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
section#slider .carousel--wrap {
	white-space: nowrap;
}
section#slider .carousel--item {
	display: inline-block;
	width: 480px;
	height: 720px;
	padding: 0 20px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
section#slider .carousel--item figure {
	height: 0;
	display: block;
	padding-bottom: 720px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
section#slider .carousel--item figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
	transform-origin: center;
}

section#slider .carousel--progress {
	width: 360px;
	height: 1px;
	background: rgba(255,255,255,.15);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 2;
	pointer-events: none;
	margin: 0 auto;
}
section#slider .carousel--progress-bar {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: 0% 0%;
}



section#contact {
	width: 100%;
	height: 100vh;
}
section#contact .left,
section#contact .right {
	width: 50%;
	height: 100%;
	float: left;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section#contact .left {
	height: 100%;
	background: url(../img/bg_contact.jpg) no-repeat center center;
	background-size: cover;
}

section#contact .right .icon {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	background: url(../img/icons/icon_clothes.svg) no-repeat top center;
	background-size: auto 40px;
	padding: 50px 0 0 0;
}
section#contact .right span {
	font-size: 20px;
	line-height: 34px;
	margin: 20px 0 0 0;
	display: inline-block;
}
section#contact .right span a {
	color: #000000;
}
section#contact .right .infos {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 60px 0 0 0;
}