		@font-face {
		   font-family: Dancing_Script;
		   src: url('../fonts/Dancing_Script/static/DancingScript-Bold.ttf');
		}
		@font-face {
		   font-family: Tangerine;
		   src: url('../fonts/Tangerine/Tangerine-Bold.ttf');
		}
		
		html, body{
		 overflow-x: hidden;
		}
		h2{
			font-size: 42px;
			text-align: center;
			
			font-family: Dancing_script;

		}
		body{
			position: relative;
			background-size: contain;			
		    min-height: 600px;
		    background-repeat-y: repeat;
		    background-repeat-x: no-repeat;
		}
		.alterarSenhaAcessoViaToken{
			margin: 0 auto;
			width: 100%;
			background: #f00;
	   	    color: #fff;
	        z-index: 1000;
	        position: absolute;
	        text-align: center;

		}
		.retornoSenhaToken{
			color: #fff;
			text-align: center;
		}
		.alterarSenhaAcessoViaToken .boxViaToken .field{
			width: 33%;
			display: inline-block;
			color: #fff;
		}
		.boxViaToken{
			margin: 0 auto;
			padding: 20px;
			width: 60%;
		}
		.alterarSenhaAcessoViaToken .boxViaToken .field label{
			color: #fff;
			font-size: 12px;
		}
		.alterarSenhaAcessoViaToken .boxViaToken .field input{
			background-color: #fff;
			border: 1px solid #fff !important;
			width: 100%;
			color: #333;
			height: 40px;
    	    border-radius: 5px;
    	    padding: 0 20px;
		}
.alterarSenhaAcessoViaToken .boxViaToken .field button{
	border: 1px solid #fff;
	width: 100%;

}
.alterarSenhaAcessoViaToken .boxViaToken .field button:hover{
	opacity: 0.5;
}
		
		.verSite{
            z-index:15;
            width:100%;
            min-height:20px;
            padding:10px 0;
            display:block;
            position:absolute;
        }
        a.btnSite{
            padding: 0 10px;
            border-radius: 2px;
            background: #27A3DF;
            color: #fff;
            text-align: center;
            text-decoration: none;
            line-height: 20px;
            font-size: 12px;
            height: 20px;
            left: 20%;
            position: absolute;
            cursor: pointer;
        }
        a.btnSite:hover{opacity:0.5}

		.banner{
			width: 100%;
			display: block;
			position: relative;
			height: 800px;
			background-color: rgba(255, 255, 255, 0.9);
			margin-top: -90px;
		}
		
		.imgBanner{
			position: absolute;
			right: 12%;
			background-size:cover ;
			width: 800px;
			height: 800px;
			display: inline-block;
		}
		.bannerPrincipalCausas{
		    width: 100%;
			display: block;
			position: relative;
			height: 620px;
		}
		
		.molduraBanner{
			background-size:cover ;
			width: 1500px;
			height: 1500px;
			display: inline-block;
			transition: rotate 40s;
			position: absolute;
			top: -360px;
    	    left: -300px;
    	    rotate: 50deg;
		}
	/*	.preViewBannerCausas .imgBannerCausas .molduraBannerCausas{
		    height: 60px;
		}*/
		/*.molduraBannerCausas{
			height: 620px;
            width: 100%;
            background-size: contain;
            background-image: url("../img/banner_multi.png");
		}
		.preViewBanner	.molduraBannerCausas{
		    scale: 1.6;
            background-position-y: 36px;
		    background-repeat:no-repeat;
            background-image: url("../img/bannerMultiBar.png");
		}*/
		.imgBannerCausasPrev{
		   height: 60px; 
		}
		
		.conteudoTituloBanner,
        .conteudoImagemBanner,
		.conteudoPresentes,
		.conteudoConvite,
		.conteudoLocalizacao,
		.conteudoHistoria,
		.conteudoAgradecimentos,
		.conteudoGaleria,
		.conteudoAcessos,
		.conteudoReservas,
		.editarProdutos{
			overflow-y:scroll;
		}
		.conteudoOpenBar{
			overflow-y: auto;
		}

		.galeriaSessao{
			margin-top: 60px;
			width: 100%;			
			display: block;
			position: relative;
			min-height: 400px;
		}
		.imgGaleria01, 
		.imgGaleria02, 
		.imgGaleria03, 
		.imgGaleria04{
			width: 477px;
			height: 350px;
			display: inline-block;
			margin-left: 17%;
		}
		.galeryBox01, .galeryBox02, .galeryBox03, .galeryBox04{			
			background-size:cover ;
			background-repeat:no-repeat;
			height: 350px;
		}
		
		.galeryFoto{
			background-size:cover ;
			background-repeat: no-repeat;
			background-image: url('../img/molduraFotos.png');
			width: 477px;
			height: 350px;
			display: inline-block;
		    
		}

	/*	.top{
			margin: 0 auto;
			position: absolute;
			top: 0;
			width: 100%;
			height: 120px;
			display: block;
			background-color: rgba(255, 255, 255, .5);
			z-index: 10;
		}*/

		.top{
			margin: 0 auto;
			position: relative;
			
			width: 100%;
			height: 120px;
			display: block;
			background-color: rgba(255, 255, 255, .5);
			z-index: 10;
		}
		.nav{
			width: 100%;
			position: fixed;
			right: 0;
			background-color: rgba(255, 255, 255, .9);
			min-height: 60px;
			
		}
		.logo{
			position: absolute;
			left: 4%;
		}

		.letra1{
			font-size: 32px;
			font-family: Dancing_script;
			
		}
		.letra2{
			font-size: 32px;
			font-family: Dancing_script;
			position: absolute;
		    left: 11px;
		    top: 7px;
		    
		}
		.boxLnk{
			right: 4%;
    		position: absolute;
		}
		a.btnLnk{
			display: inline-block;
			padding: 20px 30px;
			text-align: center;
			cursor: pointer;
		}
		
		.inforBanner{
			position: absolute;
		  top: 20%;
		  left: 16%;
		  text-align: center;
			width: 600px;
			display: inline-block;
			z-index: 9;
		}

		.popupPerfil{
					padding: 30px;
					width: 330px;
					min-height: 330px;
					display: block;
					background-color: rgba(0, 0, 0, 0.7);
					position: fixed;
					top: 0;
					right: 0;
					z-index: 11;
				}
.popupPerfil label{
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	color: #fff;

}
.confirmarPresenca{
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.confirmarPresenca label{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
.confirmarPresenca a{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.addCreditoConsumacao{
	text-align: center;
}
.addCreditoConsumacao button{
	text-align: center;
	width: 100%;
}

.retornoConfirmarPresencaSalvar{
	text-align: center;
	color: #fff;
}

		.noivos{
			margin-top: -100px;
			padding: 80px 30px;
			background-position: top left;
			background-size: contain;
			background-repeat: no-repeat;
		}

span.lblNome{
	display: block;
	line-height: 0;
	font-weight: bold;
	font-family: Dancing_script;
	transition: scale 5s;
	
}
span.lblE{
	display: block;
	line-height: 130px;
	font-family: Tangerine;
	
}


		.lblNoivos{
			font-family: Dancing_script;
	    font-size: 60px;
	    position: relative;
	    top: 80px;
	    left: 47px;
		}

		.boxData{
			margin-top: 20px;
			margin-left: 5%;
			width: 90%;
			height: 240px;
			padding-top: 40px;
			padding-bottom: 40px;
			background-size: contain;
			background-repeat: no-repeat;
			background-position-y:bottom;
			
			text-align: center;	
			font-size: 24px;		
		}
		#getting-started{
			font-size: 44px;
			
		}
		.nossaHistoriaSessao{
			width: 100%;
			min-height: 200px;
			padding: 5%;
			display: block;
			background-color: rgba(255, 255, 255, 0.9);
    	position: relative;
			z-index: 8;
		}
	
		
		.btnLnk, .btnLnk span{ 
			text-decoration: none;
			object-position: top;
			vertical-align: top;
		} 
		.colLeft, .colRight{
			width: 49.5%;
			padding: 4%;
			text-align: justify;
			display: inline-block;
			vertical-align: top;
			object-position: top;
		}
		span.nome1, span.nome2{
			display: block;
			position: relative;
			top: -40px;
			margin-left: 40px;
			padding: 0;
			line-height: 20px;
			vertical-align: top;
			object-position: top;
			font-family: Dancing_script;
		}

		
		audio#player{
			position: absolute;
			bottom: 0;
			right: 0;
		}
		.listaPresentes{
			margin: 0 auto;
			width: 100%;
			background: #eee;
			background-image: url('../img/bgPresentes.jpg');
			background-size:cover;
			background-repeat: no-repeat;
			position: relative;
			z-index: 9;
			overflow-x: auto;
		}
		.boxListaPresentes{
			margin: 0 auto;
			padding: 3%;
			width: 100%;

			font-family: Dancing_script;
			font-size: 32px;
		
		}
		.iconPresente{
			margin: 0 auto;
			width: 120px;
			height: 120px;
			position: absolute;
			z-index: 9;
			left: 45%;
			border-radius: 100%;
			border: 10px solid #fff;
			box-shadow: 3px 3px 3px #333;
			background-size: contain;
			background-image: url('../img/iconPresentes.jpg');
			cursor: pointer;
			transition: margin-top 5s;

		}
		.iconPresente:hover{
			opacity: 0.5;
		}
	table.table{
			margin: 0 auto;
			width: 80%;
			margin-top: 60px;
		}
		table.table thead tr th{
			font-size: 16px;
		}
		table.table tbody tr{
			font-size: 20px;
		}
		.parceirosSessao{
			margin: 40px;
			text-align: center;
		}
		.boxParceiros{
			width: 100%;
			margin: 0 auto;
			text-align: center;
		}

		.parceiros{
			margin: 0 auto;
			margin-left: 20px;
			margin-top: 20px;
			width: 100px;
			height: 100px;
			display: inline-block;
			background-color: #360;
			border: solid 10px #fff;
			border-radius: 3px;
			box-shadow: 2px 2px 5px #333;
		}
		.molduraGaleria{
			transition: scale 5s;
		}


.scene {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  perspective: 600px;
  margin-left: 52px;
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
  --bs-card-border-width:  none;
}

.card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  backface-visibility: hidden;
}


.card__face--back {
  transform: rotateY(180deg);
}

.lbText{
	font-size: 20px;
}
.boxData i.icon, .boxData label.lbl{
	font-size: 36px;
}

a.iconConfig{
	cursor: pointer;
	position: fixed;
	left: 10px;
	top: 15px;
	text-decoration: none;
}

a.iconPositionBar{
	cursor: pointer;
	position: fixed;
	left: 26%;
	top: 15px;
	text-decoration: none;
}


a.iconConfig i, a.iconPositionBar i{
	color: #fff !important;
	font-size: 28px;
}

.barConfig{
	margin: 0 auto;
	width: 30%;
	min-height: 800px;
	position: absolute;
	left: -26%;
	background-color: rgba(0, 0, 0, .95);
	border-right: solid 5px #fff;
	box-shadow: 2px 2px 2px #333;
	z-index: 999;
}

.barConfigAtivo{
	left: 0;
}

.configuracao{
	position: relative;
}
span.icoDown{
	position: absolute;
	right: 20px;
	cursor: pointer;
}

.conteudoBar{
	margin: 0 auto;
	margin-top: 80px;
	padding: 20px;
	display: block;
	color: #fff !important;
}


.localizacaoSessao{
	padding-left: 5%;
		margin: 0 auto;
    width: 85%;
		display: block;
		margin-bottom: 60px;
	}
	.boxCerimonia, .boxRecepcao{
		margin: 0 auto;
    width: 49%;
    display: inline-block;
  }
  .imgImovel{
  	width: 200px;
  	height: 160px;
  	display: inline-block;
  	background-size: contain;
  	background-repeat: no-repeat;
  }
  .boxInforCerimonia{
  	padding: 0 2%;
  	display: inline-block;
    object-position: top;
    vertical-align: top;
  }
  label.tituloCerimonia{
		font-size: 26px;
		font-weight: bolder;
		text-transform: uppercase;
	}
	.imovelCerimoniaInfo{
		font-weight: bold;
		font-size: 20px;
	}

	.agradecimentoSessao{
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;		
	}
	.agradecimentoSessaoFiltro{
		min-height: 620px;
		width: 100%;
		padding: 10% 0;	
		background-color: rgba(0, 0, 0, .9);
	}
.localizacaoSessao{
	margin-top: 60px;
}
.boxImgAgradecimento{
	position: relative;
	vertical-align: top;
	object-position: top;
	width: 49%;
  display: inline-block;
}
.boxDescAgradecimento{
	position: relative;
	vertical-align: top;
	object-position: top;
	padding: 0 5%;
	width: 49%;
  display: inline-block;
	color: #fff;
	text-align: justify;
}
.imgAgradecimento01{
	margin: 0 auto;
	scale: 1.1;
	margin-top: -162px;
  width: 300px;
  height: 400px;
	transform: rotate(10deg);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 8;
}

.imgAgradecimento02{
	scale: 1.1;
	position: absolute;
	margin: 0 auto;
	margin-top: -164px;
  width: 300px;
  height: 400px;
  right: -35px;
	transform: rotate(-10deg);
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
}
.NomeAgradecimento{
	color: #fff;
}
.localizacaoTituloBox{
	margin-bottom: 60px;
}
.musicaAdd{
		width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .qrCodeRetorno{
		text-align: center;
    margin: 0 auto;
    width: 164px;
    background-color: #fff;
    border-radius: 10px;
	}
	.imgLoading{
		width: 200px;
	}
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);