@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Playfair+Display:700i');

*:focus { outline: none }

html, body {
	font: 300 calc( 13px + (16 - 13) * ( (100vw - 320px) / (1920 - 320) )) "Montserrat", sans-serif;
	color: #444;
	margin: 0
}

p, h1, h2, h3, h4, h5, h6 { margin: 1em 0 }

p { line-height: 1.6em; margin: 0.5em 0 }

input, input:hover, input:focus, .btn, .btn:hover, .btn:focus, .btn:before, a, a > img { transition: 0.2s ease-in-out; }

h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    font-weight: normal;
    line-height: 1.25em;
    animation: title 1s ease-in forwards;
}

@keyframes title { 0% { opacity: 0 } 100% { opacity: 1 } }

h1 em { 
	text-transform: none; 
	font-family: "Playfair display", serif;
	letter-spacing: -0.03em;
	font-size: 3.5em;
	line-height: 1.1em;
	-webkit-text-stroke: 0.1rem transparent;
	-webkit-text-fill-color: transparent;
	animation: title-em 1s 0s ease-in forwards;
	font-weight: 700
}

h1 strong { 
    font-size: 1.5em;
    letter-spacing: 0.15em;
    line-height: 1.1em;
 }

h1 span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

h1 span::before, h1 span::after {
    content: "";
    width: 3.5em;
    height: 2px;
    display: block;
    background: transparent;
    box-sizing: border-box;
    border: solid #fff 0;
}

h1 span::before { animation: title-bar-before 1s 0.5s ease-out forwards }
h1 span::after { animation: title-bar-after 1s 0.5s ease-out forwards }

@keyframes title-em { 
	10% { -webkit-text-stroke-color: #fff; }
	50% { -webkit-text-fill-color: transparent; }
	100% { -webkit-text-stroke-color: transparent; -webkit-text-fill-color: #fff; }
}
@keyframes title-bar-before { 100% { border-left-width: 3.5em; } }
@keyframes title-bar-after { 100% { border-right-width: 3.5em; } }

h2 {
	font-family: "Playfair display";
	font-weight: 700;
	font-style: italic;
	font-size: 2.4rem;
	color: #1a1a1a;
	margin-bottom: 1em;
	line-height: 1.1em;
}


h4, .tagline {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	text-transform: uppercase;	
	font-size: 0.95rem;
	letter-spacing: 0.06em;
}

.tagline { color: #666;	margin-bottom: 0.5em; }
h4 { color: #444; }
h3 { font-size: 1.2rem;	font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.tagline + h2 { margin-top: 0 }
.tag { font: italic bold 1.1rem/1 "Playfair display", serif; padding: 0.2em 0.4rem 0.5rem 0.4rem; color: #fff; background: #666; display: inline-block; margin-bottom: 1.5rem; }

strong { font-weight: 600 }
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; }

@media screen and (max-width: 767px) {
	h1 { font-size: calc(2vw + 1rem) }
}

form p { margin: 2rem 0 }

label {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.06em;
    font-weight: 400;
}

.input-txt label { position: absolute; margin-top: 0.4rem; }

.input-txt input {
    width: 100%;
    box-sizing: border-box;
    height: 2rem;
    border: 0;
    border-bottom: 1px solid #1f1f1f;
    padding: 0.2rem 0.2rem 0.2rem 4rem;
    font: 400 1.1rem/1.1em "Montserrat", sans-serif;
    color: #1f1f1f;
    box-shadow: none;
    background: transparent
}
input:focus { outline: none }
#ini .input-txt input { width: 200px; }
.input-txt input:hover, .input-txt input:focus { box-shadow: 0 1px #1f1f1f }
.input-chk input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark { height: 1.5rem; width: 1.5rem; border: 1px solid #1f1f1f; display: inline-block; vertical-align: top; margin-right: 0.5rem; }
.input-chk label:hover input ~ .checkmark, .input-chk label:hover input ~ .checkmark:after { border-color: #965; transition: 0.2s ease-in }
.input-chk input:checked ~ .checkmark:after { display: block; }
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 5px;
  height: 10px;
  border: solid #1f1f1f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 0.45rem;
  margin-top: 0.15rem;
}

.btn {
	font: 700 0.9rem/1.6em "Montserrat", sans-serif;
	text-transform: uppercase;
	padding: 0.6em 2em;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #1f1f1f;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.btn.solid, .btn.ghost:hover, .btn.ghost:focus { background: #1f1f1f; color: #fff; }
.btn.ghost, .btn.solid:hover, .btn.solid:focus { background: transparent; color: #1f1f1f; }

.btn:before {
    width: 1em;
    height: 1em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 0.5em;
    vertical-align: text-bottom;
}

.btn.abrir-dicas::before { content: ""; background-image: url(../img/icon-info.png); }
.btn.abrir-dicas:hover::before, .btn.abrir-dicas:focus::before { filter: brightness(4) contrast(0) brightness(2); }
.btn.comprar { margin-right: 0.8rem }

hr { margin: 0; padding: 0; border: 0; background: none; height: 1rem }
.hr2 { height: 2rem }
.hr4 { height: 4rem }

#logo {
    z-index: 50;
    top: 1rem;
    left: calc(50% + 1rem);
    position: absolute;
    height: 2rem;
    width: auto;
    filter: contrast(0) brightness(1);
    transition: 0.5s ease-out;
}

/* COMPARTILHAMENTO */

#share { position: fixed; z-index: 99; top: 0; right: 0; padding: 1rem; background: #fff; box-sizing: border-box; }
#share, #share:hover, #share:focus { transition: 0.5s ease-in; }

#share > span { 
	font-size: 0.75rem; 
	color: #000; 
	opacity: 0.6; 
	text-transform: uppercase; 
	letter-spacing: 0.06em; 
	cursor: pointer; 
	text-decoration: none; 
	display: block;
}
#share > span:after { 
	content: ""; 
	display: inline-block; 
	width: 1em; 
	height: 1em; 
	background-size: 100%; 
	margin-left: 0.5em; 
	vertical-align: text-top; 
	background-repeat: no-repeat;
	background-image: url(../img/icon-share.png); 
}

#share > span + div { display: flex; flex-direction: row; justify-content: space-evenly; height: 0; margin-top: 0; transition: 0.2s ease-out; opacity: 0 }
#share:hover > span + div, #share:focus span + div { opacity: 1; transition: 0.2s ease-in; margin-top: 1.5rem; height: auto }
#share > span + div img { width: 1.8rem; }

.invisible { opacity: 0; visibility: hidden; }
.fp-viewing-voce-de-bem-com-voce .invisible, .fp-viewing-ferias-no-paraiso .invisible, 
.fp-viewing-folia-com-os-amigos .invisible, .fp-viewing-uma-pascoa-mais-prazerosa .invisible, 
.fp-viewing-momento-mae-e-filha .invisible, .fp-viewing-mes-dos-namorados .invisible, 
.fp-viewing-fortalecendo-os-lacos-de-amizade .invisible, .fp-viewing-um-brinde-ao-seu-heroi .invisible, 
.fp-viewing-celebrando-a-chegada-das-flores .invisible, .fp-viewing-conquistas-devem-ser-comemoradas .invisible, 
.fp-viewing-confraternizacoes-com-os-amigos .invisible, .fp-viewing-ceias-de-natal-e-reveillon .invisible { opacity: 1; transition: opacity 0.5s ease-in; visibility: visible; }

.row, .col, .inner-row { box-sizing: border-box; display: flex; }
.row { height: 100%; width: 100%; padding: 0; margin: 0; }
.col { width: 100%; flex-direction: column; padding: 2rem calc(1rem + 2vw); }
.col_txt { background: #fff; justify-content: center; }
.garrafa { z-index: 50; }

#section0 { background-image: radial-gradient(circle at 50% 50%, #a76, #855); background-size: 200%; z-index: 50; }

.inicio { align-items: center; justify-content: space-between; color: #fff }
.inicio p { max-width: 40em; }

.iniciar { vertical-align: middle; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 400; font-size: 0.9rem; display: grid; grid-template: 4rem/1fr 5rem 1fr; align-items: center; margin: 1rem; cursor: pointer }
.iniciar:before { content: "Iniciar"; justify-self: end; }
.iniciar:after { content: "experiência"; justify-self: start; }
.iniciar img { width: 4rem; justify-self: center; }

.inicio p, .introducao p { text-align: center; font-weight: 400; margin: 1em 0; }
.introducao { font-size: 1.1rem; justify-content: center; overflow: hidden; }
.introducao > div { max-width: 45rem; align-self: center; }
.intro-img { position: absolute; max-width: 100%; left: unset; top: unset; right: unset; bottom: unset; }

.redes-sociais h3 { margin-bottom: 2em }
.redes-sociais a { font-weight: 600; color: #1f1f1f; display: flex; align-items: center; margin: 1em 0; }
.redes-sociais a img { margin-right: 0.5rem }
.redes-sociais a:hover { color: #965; }
.redes-sociais a:hover img { filter: brightness(1.9) sepia(10) saturate(1.6) hue-rotate(-30deg); }

.fim form h3 { margin-top: 0 }
.fim form h3, .fim form p { margin-bottom: 0; }
.fim form p:last-of-type { justify-self: end; }
.fim form { padding: 2rem; background: linear-gradient(to bottom right, #965, #c98); background-size: 150% }
.fim form h3, .fim form p, .fim label, .fim input { color: #fff }
.fim label { color: rgba(255,255,255,0.9); }
.fim .checkmark { background: #fff; border-color: #fff }
.fim .input-chk label:hover input ~ .checkmark, 
.fim .input-chk label:hover input ~ .checkmark:after { border-color: #1f1f1f; }
.fim .input-txt input { border-color: #fff }
.fim .input-txt input:hover, .input-txt input:focus { box-shadow: 0 1px #fff }
.fim input.btn:hover, .fim input.btn:focus { background: #fff; border-color: #fff; color: #1f1f1f }

#nav { display: grid; align-items: stretch;	justify-items: stretch;	grid-gap: 10px; }
#nav li { background-size: cover; background-repeat: no-repeat; }
#nav li, #nav li a { display: flex; align-items: center; }
#nav li a {
    box-sizing: border-box;
    color: #fff;
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-align: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	height: 100%;
	width: 100%;
	padding: 0.5rem;
}

#nav li a:hover { opacity: 1; }

@media screen and (min-width: 768px) { 
	.row { flex-direction: row; }
	.garrafa { position: absolute; width: 11rem; height: auto; bottom: 0; left: calc(50vw - 5.5rem); filter: url(#drop-shadow_big); }
	.desc, .info { margin-top: auto }
	.col_txt { padding: 2rem 6rem 2rem 7rem; }
	.col_img, .col_txt { width: 50% }
	.inner-row { flex-direction: row }

	.fim > .col:nth-of-type(2) { width: 50%; justify-content: center; }
	.fim > .col:nth-of-type(2) > .inner-row > .col, .inner-row > .col:nth-child(even) { padding-left: 0; }
	.redes-sociais h3 { margin-top: 2rem }

	#nav { grid-template: repeat(6, 5rem)/repeat(2, calc((100% - 10px) / 2)); }

	.inicio { padding-top: 0; padding-bottom: 0 }
	.introducao > div { box-shadow: 0 0.5rem 6rem rgba(65, 5, 0, 0.1), 0 0.1rem 1rem rgba(65, 5, 0, 0.05); padding: 3rem; z-index: 50; background: #fff }
	.intro-img { filter: url(#drop-shadow_small) }
	.logo { padding: 1rem; width: 4rem }

	img.intro-img[src*="uva_1"] { z-index: 49; width: 25rem; left: calc(50% + 18rem); top: 50%; }
	img.intro-img[src*="uva_2"] { z-index: 51; width: 20rem; top: calc(50% + 4rem); right: calc(50% + 18rem); }
	img.intro-img[src*="folha"] { z-index: 49; width: 16rem; right: calc(50% + 18rem); bottom: calc(50% + 4rem); }
	img.intro-img[src*="rolha"] { z-index: 51; width: 14rem; left: calc(50% + 16rem); bottom: calc(50% + 13rem); }
}

@media screen and (max-width: 767px) { 
	.row { flex-direction: column; }
	.col_img { padding: 0 0 60%; }
	.info { display: flex; align-items: center; margin-top: 2rem; justify-content: center; }
	.info > div { padding-left: 2rem; }
	.garrafa { max-width: 100px; width: 20vw; }
	.btn.comprar { margin-bottom: 0.4rem }
	.inner-row { flex-direction: column }
	.inner-row .col { padding: 2rem 0 }

	#share { box-shadow: 0 1px 2px rgba(0,0,0,0.15); width: 100vw; left: 0; }
	#share > span { text-align: center; }

	#nav { grid-template: repeat(6, 8rem)/repeat(2, calc((100% - 10px) / 2)); }
	#nav li a { opacity: 1 }

	#section0 { z-index: 2; }

	.inicio { min-height: 100vh; }
	.inicio .inicio-txt { text-shadow: 0 1px 2em rgba(0,0,0,0.5); margin-bottom: auto }

	.iniciar { text-shadow: 0 1px 2em rgba(0,0,0,0.8); }
	.introducao { padding-top: 7rem; padding-bottom: 8rem; }
	.logo { width: 4rem; }

	img.intro-img[src*="uva_1"] { width: 12rem; right: 0; bottom: -4rem; }
	img.intro-img[src*="uva_2"] { width: 10rem; left: -3rem; bottom: -1rem; }
	img.intro-img[src*="folha"] { width: 8rem; left: -1rem; top: -2rem; transform: rotate(180deg); }
	img.intro-img[src*="rolha"] { width: 8rem; right: 0; top: 0; }
}

@media screen and (min-height: 900px) {
	#nav { grid-template: repeat(6, 6rem)/repeat(2, calc((100% - 20px) / 2)); }
}

.inicio p { animation: fade-in 0.8s ease-in forwards }
@keyframes fade-in { 0% { opacity: 0 } 100% { opacity: 1 } }

.lightbox { 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 2rem;
	display: none; 
}

.lightbox > .row { background: #fff; }

#dicas > .row > .col { justify-content: center }
#dicas > .row > .col > .tagline, #dicas h2 { text-align: center; }

.dicas {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 3rem;
	box-sizing: border-box;
	background: #fff;
	height: calc(100vh - 6rem);
	margin: 3rem;
}

.dicas-slider h3 { font-size: 1.1rem; margin-top: -0.1rem; }
.dicas-slider p { font-size: 0.95rem }

.dicas-slider .slick-list { background: #fff; cursor: crosshair; }
.dicas-slider li { padding: 2rem 3rem; box-sizing: border-box; }
.dicas-slider { padding-bottom: 3rem }

.slick-arrow {
    position: absolute;
    width: 5rem;
    border: 0;
    padding: 0;
    padding-bottom: 2%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 20;
    bottom: 0;
    cursor: pointer;
}

.slick-prev { right: calc(50% + 1rem); background-image: url(../img/arrow-1.png); }
.slick-next { left: calc(50% + 1rem); background-image: url(../img/arrow-2.png); }

.fechar-dicas { position: absolute; right: 4rem; top: 4rem; cursor: pointer; }

#iniciar .row {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#iniciar .col { background: #fff; text-align: center; max-width: 30rem; }

@media screen and (max-width: 767px) {
	#dicas { padding: 1rem; }
	.fechar-dicas { right: 1rem; top: 1rem; width: 1rem; padding: 1rem; }
	.dicas-slider li { padding: 1rem; }
	.slick-arrow { padding-bottom: 6%; }
}

#fp-nav ul li .fp-tooltip {
	color: #aaa;
	font-size: 14px;
	font-family: inherit;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 0.65rem;
	top: 0;
}

/* BACKGROUNDS */

.col_img { background-size: cover; background-position: center; background-repeat: no-repeat; }

.col.inicio * { z-index: 20 }
.col.inicio:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: auto 85vmin, auto 85vmin;
	background-repeat: no-repeat;
	z-index: 10;
	animation: inicio 1s 0.5s ease-out forwards;
}

@media screen and (min-width: 768px) {
	@keyframes inicio {
		0% {
			opacity: 0;
			background-image: url(../img/garrafas_1.png), url(../img/garrafas_2.png);
			background-position: calc(-50%) bottom, calc(150%) bottom;
			background-size: auto 85vmin, auto 85vmin, 200%;
		}
		100% {
			opacity: 1;
			background-image: url(../img/garrafas_1.png), url(../img/garrafas_2.png);
			background-position: calc(0% + 2vw) bottom, calc(100% - 2vw) bottom;
			background-size: auto 85vmin, auto 85vmin;
		}
	}
}

@media screen and (max-width: 767px) {
	@keyframes inicio {
		0% {
			opacity: 0;
			background-image: url(../img/garrafas_1.png), url(../img/garrafas_2.png);
			background-position: calc(-50%) calc(100% + 2rem), calc(150%) calc(100% + 2rem);
			background-size: auto 80vmin, auto 80vmin, 200%;
		}
		100% {
			opacity: 0.6;
			background-image: url(../img/garrafas_1.png), url(../img/garrafas_2.png);
			background-position: calc(0% - 10vw) calc(100% + 2rem), calc(100% + 10vw) calc(100% + 2rem);
			background-size: auto 80vmin, auto 80vmin;
		}
	}
}



#nav li:nth-child(1), #section2 .col_img { background-image: url(../img/momentos/momento_01.jpg) }
#nav li:nth-child(2), #section3 .col_img { background-image: url(../img/momentos/momento_02.jpg) }
#nav li:nth-child(3), #section4 .col_img { background-image: url(../img/momentos/momento_03.jpg) }
#nav li:nth-child(4), #section5 .col_img { background-image: url(../img/momentos/momento_04.jpg) }
#nav li:nth-child(5), #section6 .col_img { background-image: url(../img/momentos/momento_05.jpg) }
#nav li:nth-child(6), #section7 .col_img { background-image: url(../img/momentos/momento_06.jpg) }
#nav li:nth-child(7), #section8 .col_img { background-image: url(../img/momentos/momento_07.jpg) }
#nav li:nth-child(8), #section9 .col_img { background-image: url(../img/momentos/momento_08.jpg) }
#nav li:nth-child(9), #section10 .col_img { background-image: url(../img/momentos/momento_09.jpg) }
#nav li:nth-child(10), #section11 .col_img { background-image: url(../img/momentos/momento_10.jpg) }
#nav li:nth-child(11), #section12 .col_img { background-image: url(../img/momentos/momento_11.jpg) }
#nav li:nth-child(12), #section13 .col_img { background-image: url(../img/momentos/momento_12.jpg) }

@media screen and (min-width: 768px) {

	.section:not(.active) .garrafa { opacity: 0; bottom: 0rem; transition: 0.5s 0s ease-out; }
	.section.active .garrafa { opacity: 1; bottom: 2rem; transition: 0.5s 0.8s ease-in-out; }
	
	.section:not(.active) .col { opacity: 0; transition: 0.5s 0s ease-out; }
	.section.active .col { opacity: 1; transition: 0.5s 0.6s ease-in-out; }
	
	.section:not(.active) .intro-img { opacity: 0; transition: 0.5s 0.1s ease-out; }
	.section.active .intro-img { opacity: 1; transition: 0.8s 1.2s ease-in-out; filter: url(#drop-shadow_small) }

	.section.active .intro-img[src*="uva_1"] { transform: rotate(2deg) translateY(-1rem); }
	.section.active .intro-img[src*="uva_2"] { transform: rotate(-2deg) translateY(1rem); }
	.section.active .intro-img[src*="folha"] { transform: rotate(2deg) translate(-1rem, -1rem); }
	.section.active .intro-img[src*="rolha"] { transform: rotate(2deg) translateY(0.5rem); }	

	.section:not(.active) .dicas { opacity: 0; transition: 0.5s 0s ease-out; }
	.section.active .dicas { opacity: 1; transition: 0.5s 0.2s ease-in-out; }
}

footer {
    padding: 1rem;
    min-height: 2rem;
}

footer p {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.06rem;
}
footer a { font-weight: 600; }
footer a:hover, footer a:focus { border-bottom: 1px solid rgba(0,0,0,0.5) }

/***********************************/

#consumo-responsavel { justify-content: center; align-items: center; position: absolute; background: #1f1f1f }
#consumo-responsavel > .col { text-align: center; align-items: center; max-width: 45em }
#consumo-responsavel h2, #consumo-responsavel p { color: #fff }
