@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Domine');
body{
	margin:0;
	padding:0;
	overflow-x: hidden;
	font-family: 'Domine';
}
html, body{
    height:100%;
}
.sumir, .mmobile{
	display: none;
}
.justify{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#all, header, #menuu,#progress, #loader, nav, ul, li, a,.subir a, .subir,.subir:after,.subir:before, .slick-prev, .slick-next,.sm2-bar-ui.fixed, .sm2-bar-ui .bd, .sm2-bar-ui .sm2-extra-controls{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}
button:focus{outline:0;}

#menuu ul li,#menuu ul li a,h3,#contagem,#popup1,.submit input,#presentes ul li span{
    font-family: 'Domine';
	font-weight: 500;
	text-decoration: none;
	list-style:none;
}
h1{
	height: 100px;
	background-image:url(../imagens/nossa-historia.png);
	background-position: 50% 100%;
	background-size: auto;
	background-repeat: no-repeat;
	margin: 100px auto 10px auto;
	width: 100%;
	position:relative;
	z-index: 8990;
}
h4{
	height: 115px;
	background-image:url(../imagens/tirar-fotos.png);
	background-position: 50% 100%;
	background-size: auto;
	background-repeat: no-repeat;
	margin: 50px auto 10px auto;
	width: 95%;
	position:relative;
	z-index: 8990;
}
h5{
	height: 115px;
	background-image:url(../imagens/presentes.png);
	background-position: 50% 100%;
	background-size: auto;
	background-repeat: no-repeat;
	margin: 50px auto 10px auto;
	width: 95%;
	position:relative;
	z-index: 8990;
}
h6{
	height: 115px;
	background-image:url(../imagens/local.png);
	background-position: 50% 100%;
	background-size: auto;
	background-repeat: no-repeat;
	margin: 60px auto 10px auto;
	width: 95%;
	position:relative;
	z-index: 8990;
}
h7{
	height: 115px;
	background-image:url(../imagens/vamos.png);
	background-position: 50% 100%;
	background-size: auto;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
	width: 95%;
	position:relative;
	z-index: 8990;
}
h2{
	max-width: 1200px;
	width: 95%;
	font-size: 1.1em;
	text-align: center;
    font-family: 'Domine';
	font-weight:500;
	line-height: 145%;
	margin: 0px auto;
	padding-bottom: 0;	
}
h2 img{
	margin: auto;
	width: 100%;
	max-width: 700px;
}
h3{
	font-size: 2.2em;
}
#all{
	opacity: 0;
}
.galleria{ 
	height: 80vh; 
	width: 95vw;
	background: #fff 
}

#noivos, #fotos, #recados, #aniimated-thumbnials {
	padding:30px 0 !important;
}
#presentes {
	margin: -20px 0 -15px 0 !important;
}
#local {
	margin: -20px 0 0 0 !important;
}
.aparece-menu{
	top:0 !important;
}
/*LOADER*/
#loader{
	position:fixed;
	margin:0;
	padding:0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 1);
	z-index:9998;
}
#progress{
	width:0;
	height: 10px;
	left:0;
	top:0;
	background:#3E6CC2;
	position:absolute;
}
.base-loading{
	z-index: 9999;	
	position: absolute;
	top: 47%;
	left: 47%;
	margin: -70px auto auto -294px;
	display: inline-block;
	width: 1033px;
	height: 294px;
	background-image: url(../imagens/loading.svg);
	background-repeat: no-repeat;
	background-size: 620px;
}

.heart{
	z-index: 9998;
	background-color: #BA9538;
	display: inline-block;
	height: 34px;
	margin:auto;
	left: -17px;
	transform: rotate(-45deg);
	width: 34px;
	animation: animate 1s linear infinite;
}
.heart:before,
.heart:after{
	content: " ";
	background-color: #BA9538;
	border-radius: 50%;
	height: 34px;
	position: absolute;
	width: 34px;
}
.heart:before{
	top: -18px;
	left: 0;
}
.heart:after{
	left: 18px;
	top: 0;
}
header{
	height: 50px;
	width: 100%;
	top: 0;
	margin-top: 0;
	z-index: 9998;
	position: fixed;
	background-color:rgba(255,255,255,0);
	box-shadow: none;
}
/*MENU*/
#menuu{
	font-size: 1.50em;	
	width: 900px;
	top: 9px;
	left: 50%;
	margin-left: -450px;
	display: block;
	position:relative;
	vertical-align: bottom;
	z-index:9900;
}
#menuu ul li{
	padding: 0 10px;
}
#menuu ul li a{
	color:#fff;		
	display: inline-block;
	padding: 1px 5px;
	margin: auto;
	border-bottom: 1px solid rgba(125, 110, 94, 0);  
	-webkit-transition: border 0.4s ease;
	-moz-transition: border 0.4s ease;
	-ms-transition: border 0.4s ease;
	-o-transition: border 0.4s ease;
	transition: border 0.4s ease; 
}
#menuu ul li a:hover,.active, #redes span a, #local span a, #confirme span a{
	color:#BA9538 !important;
	text-decoration: none;
}
#container{
	margin:0;
	bottom: 0;
	width:100%;
	overflow: hidden;
	opacity:1;
}

/*SLIDER*/
.slide{
	z-index:-1;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url('../imagens/lew/21.jpg') center bottom no-repeat;
	background-size:cover;
	margin:0;
	padding: 0;
}
.slide:before{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-image: linear-gradient(to bottom right,#002f4b,#dc4225);*/
	background-image: linear-gradient(to bottom right,#da7f52,#378768);	
	opacity: .3; 
}
#inicio{
	width:100%;
	height:100vh;
	padding: 0;
	margin: 0 auto;
	border: 0;
	position:absolute;
}					
.logo{
	height:100vh;	
	position: relative;
	background: url('../imagens/lawevini.svg') no-repeat;
	background-size: 35vh; 
	background-position:center;
}
.seta{
	height:32px;
	width: 32px!important;
	bottom: 100px!important;
	display: block;
	position: absolute;
	left:50%;
	margin-left: -10px;
	animation: animate 1s linear infinite;	
}

.seta:before{
	content: " ";
	background-color: #FFF;
	height: 6px;
	position: absolute;
	width: 18px;
	left:-6px;	
	top: 18px;
	transform: rotate(-90deg);
}
.seta:after{
	content: " ";	
	background-color: #FFF;
	transform: rotate(180deg);
	height:6px;
	width: 18px;
	left:11px;
	top: 24px;
	position: absolute;
	margin-left: -10px;
}
.slick-prev{
	position:absolute;
	left:10px;
	top:50%;
	z-index:8998;
	cursor: pointer;
	background:url(../imagens/arrow-left.png);
	background-position:top left;
	background-color:transparent;
	border:none;
    text-indent: -9999px;
	height:40px;
	width:40px;
	margin-top:-20px;	
	opacity:0.6;	
}
.slick-next{
	position:absolute;
	z-index:8998;
	right:10px;
	top:50%;	
	cursor: pointer;
	background:url(../imagens/arrow-right.png);
	background-position:top left;
	background-color:transparent;
	border:none;
    text-indent: -9999px;
	height:40px;
	width:40px;
	margin-top:-20px;
	opacity:0.6;
}
.slick-prev:hover, .slick-next:hover{
	opacity:1;
}
/*CONTAGEM REGRESSIVA*/
#contagem{
	margin: 101vh auto 25px auto;
	background:url(../imagens/contagem.svg) no-repeat;
	background-size:821px 584px;
	width:821px;
	height:584px;
	display:block;	
	font-weight: 500;
	color: #BA9538;	

}
.dash{
	position:absolute;
	font-size: 3.7em;
}
.days_dash{
	margin-left: 350px;
	margin-top: 140px;
}
.hours_dash{
	margin-left: 250px;
	margin-top: 210px;
}
.minutes_dash{
	margin-left: 310px;
	margin-top: 280px;
}
.seconds_dash{
	margin-left: 240px;
	margin-top: 350px;
}

/*NOIVOS  PADRINHOS PRESENTES*/
#noivos{
	width:100%;
	overflow:hidden;
	display:inline-block;
}
.slider2{
	position:absolute;
	z-index: 8994;
	margin: 20px 0 0 0;
	padding: 0;
}
.slider2 li{
	padding: 0;
	margin: 0 5px 0 5px;	
	height: auto;
	max-width: 100% !important;
}

#presentes ul{
	width: 100% !important;
	max-width: 700px;
	margin: 15px 0 0;
}
#presentes ul li{
	font-size: 1.1em;
	text-align: center;
    font-family: 'Domine';
	font-weight:500;
	line-height: 150%;
	display: inline-block;
	width: 50%;
}
#presentes ul li p{
	padding: 0;
	margin: 0 auto 10px auto;
	display: flex;
	justify-content: center;
}
#presentes ul li span{
	display: block;
	text-align: center;
	font-size: 1.3em;
	background: #3E6CC2;
	color: white;
	padding: 4px;
	margin: 0 13% 5px 13%;
}
#presentes ul li a{
	color:#3E6CC2;
	text-decoration: none;
	cursor: pointer;
}
#presentes ul li:nth-last-child(1),	#presentes ul li:nth-last-child(2){
	padding-bottom: 40px;
}
.escondido{
	display: none;
}
.aparece{
	background:#378768;
	color: #fff;
	width: 1200px;
	max-width: 1200px;
	padding: 0 !important;
	display: inline-block;
	text-align: center;
	margin: 25 auto 0 auto;
}
#redes, #confirme{
	width:100%;
	max-width: 1200px;
	padding: 0!important;
	z-index: 9000;

}
#redes span,#redes span img{
	margin: -20px auto 0 auto;
	width: 100%;
	max-width: 700px;
	z-index: -1;
}
/*POPUP CONTA*/
.overlay{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	display:none;
	z-index:8999;
}
.popup{
	text-align: center;
	color: #000;
	float:left;
	margin: auto;
	padding: 20px;
	background: #FFF;
	border-radius: 5px;
	width: 60%;
	position: relative;
	transition: all 1s ease-in-out;
}
.popup p{
	margin: 10px auto 20px auto;
	font-size: 1em;
    font-family: 'Domine';
	font-weight:400;	
}
.popup h3{
	margin: 0;
}
.popup .close{
	position: absolute;
	top: -15px;
	right: 15px;
	transition: all 200ms;
	font-size: 60px;
	font-weight: 600;
	text-decoration: none;
	color: #000;	
}
.popup .close:hover{
	color: #FF512E;
}
.popup #content{
	max-height: 30%;
	overflow: auto;
}
#content2 .content2{
	display: block;
}


/*LOCAL*/
#local{
	width:100%;
	overflow:hidden;
	padding: 0;
	margin: 0 auto;
	border: 0;
	display:block;
}
/*RECADOS*/
.subir{
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 0;
	z-index:1040;
	background: #FFFFFF;
}
.subir a{
	width: 40px;
	height: 40px;
	display:block;	
	border: #D3D2D2 solid 1px;
	border-radius: 50%;
}
.subir:before{
	content: " ";
	background-color:#687A86;
	height: 4px;
	position: relative;
	width: 20px;
	left: 25px;
	top: 17px;
	transform: rotate(-45deg);
	z-index: -1;
}
.subir:after{
	content: " ";	
	background-color: #687A86;
	transform: rotate(45deg);
	height:4px;
	width: 20px;
	left: -25px;
	top: 17px;
	position: relative;
	z-index: -1;	
}
.subir a:hover{
	border: #3E6CC2 solid 1px;	
}
.subir:hover::before, .subir:hover::after{
	background-color: #3E6CC2!important;
}
/*RODAPÉ MUSICA*/
footer{
	z-index:9995;
	margin-left: 0;
}
@keyframes animate{
	0%{
		transform: rotate(-45deg) scale(1);
	}	
	25%{
		transform: rotate(-45deg) scale(1);
	}
	30%{
		transform: rotate(-45deg) scale(1.4);
	}
	50%{
		transform: rotate(-45deg) scale(1.2);
	}	
	70%{
		transform: rotate(-45deg) scale(1.4);
	}
	90%{
		transform: rotate(-45deg) scale(1.2);
	}	
	100%{
		transform: rotate(-45deg) scale(1);
	}	
}
#fotos{
	width:100%;
	margin-bottom: 40px;
}
.container-video {
    position: relative;
    width: 100%;
	max-width: 1200px;	
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-vertical {
    width: 50%;
}
#aniimated-thumbnials{
	text-decoration: none;
	justify-content:space-around;
}
#aniimated-thumbnials img{
	text-decoration: none;
}
#aniimated-thumbnials a{
	border: 2px solid #FFF;
	border-radius: 2px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
#aniimated-thumbnials a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
#aniimated-thumbnials a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
/* ------------------------------------------------------------------------------------- */
/* RESOLUÇÕES*/
/* ------------------------------------------------------------------------------------- */
@media screen and (max-width: 1210px){
	.base-loading{
		left: 45%;
	}
}
@media screen and (max-width: 1100px){	
	/* PLAYER */
	.sm2-playlist{
		height: 33px;
		bottom:6px;
	}
	.sm2-bar-ui.fixed .sm2-inline-element,
	.sm2-bar-ui.fixed .sm2-button-element .sm2-button-bd{
		height: 33px;
	}
	.sm2-bar-ui.fixed .bd.sm2-playlist-drawer,
	.sm2-bar-ui.bottom .bd.sm2-playlist-drawer{
		bottom: 33px !important;
	}
	.sm2-bar-ui.fixed{	
		height:33px;
	}
	.sm2-main-controls{
		height:33px;
	}
	.previous .next .play .menu{
		backgound-size: 20%;
		background-position: center center;
	}
	.sm2-inline-button{
		background-position: 50% 28% !important;
		background-size:50%;
		/* hide inner text */
		line-height: 33px;
	}
	.sm2-volume-control,
	.sm2-volume-shade{
		background-position: 25% 23% !important;
		background-size: 50% !important;
	}
	.sm2-inline-time,
	.sm2-inline-duration{
		padding-bottom:13px;
	}
}

@media screen and (max-width: 900px){	
	h1,h4,h5{
		margin: 0 auto 10px auto;
		height: 100px;
		background-size: 45%;
	}
	h6,h7{
		height: 100px;
		background-size: 45%;
	}
	header{
		top: -50px;
	}
	.base-loading{
		left: 44%;
		width: 650px;
		height: 185px;
	}
	#menuu{
		background-color: rgba(255,255,255,0.9);
		position: fixed;
		top: -900px;
		height:100%;
	}
	#menuu ul{
    	height:100%;
		display: flex;
		align-items: center !important;
		justify-content: center !important;
	}
	#menuu ul li{
		display: block;
		padding: 0;
		text-align: center;
		width: 100%;
		z-index: 8989;
	}
	#menuu ul li:first-child{
		padding-top:60px;
	}
	#menuu ul li:last-child{
		padding-bottom:100px;
	}
	#menuu ul li a{
		color:#000;		
	}

	.mmobile{
		display: inline-block;
		position: fixed;
		top:8px;
		padding: 6px 9px;
		border-radius: 50px;
		right:9px;
		cursor: pointer;
		z-index: 9990;
	}
	.bar1, .bar2, .bar3{
		width: 25px;
		height: 4px;
		background-color: #3E6CC2;
		margin: 4px 0;
		transition: 0.4s;
	}
	.change .bar1{
		background-color: #3E6CC2;
		display: inline-block;
		height: 10px;
		margin:10px 10px auto;
		left: -5px;
		transform: rotate(-45deg);
		width: 10px;
		animation: animate 1s linear infinite;
	}
	.change .bar1:before,
	.change .bar1:after{
		content: " ";
		background-color: #3E6CC2;
		border-radius: 50%;
		height: 10px;
		position: absolute;
		width: 10px;
	}
	.change .bar1:before{
		top: -6px;
		left: 0;
	}
	.change .bar1:after{
		left: 6px;
		top: 0;
	}
	.change .bar2, .change .bar3{opacity: 0; display:none;}
	.slider2 li img{
		max-height: 450px;
		max-width: 90%;
		width: auto;
   		display:block;
    	margin:auto;		
	}

	/*CONTAGEM REGRESSIVA*/
	#contagem{
		width:600px;
		height:427px;
		background-size:600px 427px;
	}
	.dash{
		font-size: 2.4em;
	}	
	.days_dash{
		margin-left: 250px;
		margin-top: 110px;
	}
	.hours_dash{
		margin-left: 160px;
		margin-top: 160px;
	}
	.minutes_dash{
		margin-left: 240px;
		margin-top: 210px;
	}
	.seconds_dash{
		margin-left: 160px;
		margin-top: 260px;
	}
	.slick-prev,.slick-next{
		height:30px;
		width:30px;
		background-size: 30px 30px;
		margin-top:-15px;		
	}	

}

@media screen and (max-width: 700px){
	.base-loading{
		top: 49%;
		left: 44%;
		margin: -55px auto auto -185px;
		width: 400px;
		height: 114px;
		background-size: 400px;
	}
	.heart{
		height: 20px;
		left: 10px;
		width: 20px;
	}
	.heart:before,
	.heart:after{
		height: 20px;
		width: 20px;
	}
	.heart:before{
		top: -10px;
	}
	.heart:after{
		left: 10px;
	}
	h1,h4,h5,h6{
		margin: 50px auto 10px auto;
		background-size: 65%;
		height: 90px;
	}
	#noivos h1:nth-child(4){
		height: 84px;
		line-height: 80%;
		width: 70%;
	}		
}
@media screen and (max-width: 600px) , screen and (max-height: 400px){
	.popup,#padrinhos ul{
		width: 90%;
	}
	.logo{
		background-size: 42vw;
	}
	#contagem{
		width: 400px;
		height: 285px;
		background-size: 400px 285px;
	}
	.dash{
		font-size: 1.95em;
	}	
	.days_dash{
		margin-left: 160px;
		margin-top: 70px;
	}
	.hours_dash{
		margin-left: 100px;
		margin-top: 105px;
	}
	.minutes_dash{
		margin-left: 170px;
		margin-top: 140px;
	}
	.seconds_dash{
		margin-left: 80px;
		margin-top: 175px;
	}
	.slide{
		position: absolute;
	}	
	.seta{
		bottom: 100px!important;
		animation: none;	
		transform: rotate(-45deg);		
	}	
	.sm2-bar-ui .sm2-inline-status{
    	display: none !important;
	}
    .sm2-playlist{
		width: 94% !important;
	}
}
@media screen and (max-width: 600px) and (orientation: portrait){
	.logo{
		background-size: 30vh;
		background-position: top;
		margin-top: 100px;
	}
}
@media screen and (max-height: 400px) {
	.logo{
		background-size: 50vh;
	}	
	#padrinhos ul li,#padrinhos ul li img{
		height: 60vh;
		width: auto;
	}
}
@media screen and (max-width: 470px){
	.base-loading{
		left: 44%;
		margin: -44px auto auto -145px;
		width: 300px;
		height: 85px;
		background-size: 300px;
	}
	.heart{
		height: 20px;
		left: -10px;
		width: 20px;
	}
	.heart:before,
	.heart:after{
		height: 20px;
		width: 20px;
	}
	.heart:before{
		top: -10px;
	}
	.heart:after{
		left: 10px;
	}
	#noivos h1:nth-child(4){
		width: 90%;
	}		
	.seta{
		bottom: 100px!important;
		animation: none;	
		transform: rotate(-45deg);		
	}	
	
	.slider2 li img{
		max-height: 380px;
	}
	.video-vertical {
		width: 100%;
	}
	h1,h4,h7{
		margin: 0 auto 10px auto;
		background-size: 70%;
	}
	h5,h6{
		background-size: 70%;
	}
	h2{
		font-size: 1em;
	}
	#presentes ul {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 400px){
	#contagem{
		width: 300px;
		height: 214px;
		background-size: 300px 214px;
	}
	.dash{
		font-size: 1.4em;
	}	
	.days_dash{
		margin-left: 120px;
		margin-top: 50px;
	}
	.hours_dash{
		margin-left: 80px;
		margin-top: 76px;
	}
	.minutes_dash{
		margin-left: 120px;
		margin-top: 103px;
	}
	.seconds_dash{
		margin-left: 70px;
		margin-top: 130px;
	}
}