:root{

   --bege: #f3f0e2;
   --verde: #a2ad95;
   --ouro: #5E4C3E;
}


*{
	padding: 0;
	margin: 0;
	/*font-family: "Playfair Display", serif;*/
	font-family: "Alegreya", serif;
}

a{
	text-decoration: none;
}

a > *{
	pointer-events: none;
}

body{
	display: flex;
	align-content: center;
	justify-content: center;
}

.master{
	max-width: 339px;
    max-height: 600px;
    overflow: hidden;
}

.carta{
	border:2px solid var(--verde);
	border-radius: 10px;
	background-color: var(--bege);
	height: 100vh;
	width: 100vw;
	max-height: 600px;
	max-width: 338px;
	padding: 16px;
	box-sizing: border-box;
	overflow: hidden;
}

.inner-carta{
	position: relative;
	border:2px solid var(--verde);
	height: 99%;
	padding: 0px 3px;
	z-index: 2;
}

.circulos{
	position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.circulo{
	width: 20px;
	height: 20px;
	border:2px solid var(--verde);
	border-radius: 100%;
	background-color: var(--bege);
}

.circulo:nth-of-type(1){
	position: absolute;top:-9px;left:-12px
}
.circulo:nth-of-type(2){
	position: absolute;top:-9px;right:-12px
}
.circulo:nth-of-type(3){
	position: absolute;bottom:-12px;left:-12px
}
.circulo:nth-of-type(4){
	position: absolute;bottom:-12px;right:-12px
}

.top-decor{
	position: absolute;
	top: -180px;
    right: 0;
    left: 0;
}

.decor1{
	text-align: center;
}

.decor1 *{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function:linear;
}

@keyframes rotacaoDecor1{

	0%{
		rotate: 0deg;
	}
	100%{
		rotate:365deg;
	}


}

@keyframes rotacaoDecor2{

	0%{
		rotate: 0deg;
	}
	100%{
		rotate:-365deg;
	}

}

.carta-content{
	z-index: 2;
}

.carta .carta-content{
	padding-top: 70px;
}

.carta-content h1{
	text-align: center;
	font-size: 25px;
	color: var(--verde);
	font-weight: 100;
}

.carta-content h1 span{
	color: var(--ouro);
	font-weight: 900;
}

.cta{
	display:block;
	margin: 20px auto;
	cursor: pointer;
	text-align: center;
	color: var(--ouro);
	border-radius: 5px;
	padding: 15px 5px;
	width: 230px;
	position: relative;
	transition: 0.5s;
	background-image:url("images/textura_papel.png");
	background-size: cover;
    background-position: bottom;
	background-repeat: no-repeat;
}

.cta:after,.cta:before{
	content: "";
	background-image: url("images/estrela_detalhe.png");
	width: 30px;
	height: 30px;
	position: absolute;
	background-size: contain;

}

.cta:after{
	bottom:-16px;
	right: 9px;
}

.cta:before{
	top:-16px;
	left: 10px;
}


.cta:hover{
	
	color: white;
}

.carta-content > img{
	max-width: 80%;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.controls{
	margin:20px auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -14px;
	display: flex;
	justify-content: center;
}

.seta{
	border-radius: 100%;
	border: 1px solid var(--ouro);
	width: 40px;
	height: 40px;
	cursor: pointer;
	color: var(--ouro);
	text-align: center;
	font-size: 30px;
	transition: all 0.5s;
}

.seta:first-of-type{
	margin-right: 10px;
}

.seta-baixo{
	transform: rotate(90deg);
}

.seta-acima{
	transform: rotate(-90deg);
}

.seta:hover{
	background-color: var(--ouro);
	color: white;
}

.bg{
	background-image: url(images/bg.png);
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0px;
	left: 0px;
	height: 160px;
	background-size: cover;
	pointer-events: none;
	z-index: 0;
}

.subtitulo{
	text-align: center;
	color: var(--ouro);
}

.finalidades-con{
	text-align: center;
	margin-top: 20px;
}

.fina{
	border-radius: 5px;
	background-color: var(--verde);
	width: 180px;
	color: white;
	padding: 5px 0px;
	margin: 0 auto;
	margin-bottom: 10px;
	cursor: pointer;
}
.lb-servs h1{
	color: white;
	margin-bottom: 10px;
}

ul{
	margin-bottom: 20px
}

ul li{
	color: white;
	text-align: left;
}


.fina:last-of-type{
	margin-bottom: 0px;
}

.lb-servs .inner-lb{
	display: none;
	overflow: visible;
}

.carta3 .subtitulo{
	margin-bottom: 10px;
}

.lb{
	background-color: var(--verde);
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
    left: 0;
    right: 0;
	display: none;
	overflow:auto;
}

.inner-lb{
	max-width: 500px;
	padding: 15px 15px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

.fchLb{
	border-radius: 100%;
	height: 40px;
	width: 40px;
	color: white;
	border:1px solid white;
	font-size: 24px;
	cursor: pointer;
	right: 0;
	position: absolute;
}

.inner-lb > img{
	margin: 0 auto;
	margin-top: 80px;
	display: block;
	margin-bottom: 30px;
}

.inner-lb p{
	margin-bottom: 10px;
	color: white;
}

.inner-lb > p{
	text-align: justify;
	margin-bottom: 10px;
	color: white;
}

.inner-lb .cta p{
	text-align: center;
}

.carta4 .finalidades-con{
	display: flex;
	flex-wrap: wrap;
}

.carta4 .fina{
	width: 130px;
	display: flex;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}

.carta4 .cta{
	margin-bottom: 0px;
}

.carta4 .controls{
	margin-top: 10px;
}

.testemunhais{
	margin-top: 20px;
}

.testemunhais img{
	width: 200px;
	display: block;
	margin: 0 auto;
}

.faq-con{
	margin-top: 20px;
	    max-height: 325px;
    overflow-y: auto;
    overflow: auto;
    padding-top: 15px;
}

.pergunta{
	width: 225px;
	border-radius: 5px;
	border:1px solid var(--ouro);
	color: var(--ouro);
	padding: 5px 10px;
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
}

.pergunta:after,.pergunta:before{
	content: "";
	background-image: url("images/estrela_detalhe.png");
	width: 30px;
	height: 30px;
	position: absolute;
	background-size: contain;

}

.pergunta:after{
	bottom:-16px;
	right: -14px;
}

.pergunta:before{
	top:-16px;
	left: -14px;
}

.resposta{
	display: none;
	margin-top: 5px;
	color: #989898;
}

.cta-decor{
	position: relative;
}

.cta-decor a{
	z-index: 3;
	position: absolute;
	right: 0;
    left: 0;
    top: 109px;

    color: white;
    display: flex;
}

.cta-decor a img{
	margin-right: 15px;
}

.cta-decor p{
	text-align: left;
}

.cta-decor .decor1{
	position: relative;
    top: 16px;
    transform: scale(1.5);
    pointer-events: none;
    z-index: 2;
}

.cta-decor .decor1 img{
	width: 200px;
}

.floating-elements{
	position: fixed;
	z-index:9;
	bottom:50px;
	right: 27px;
	text-align: right;
	bottom:90px;
	
}

.wpp-floating{
  cursor: pointer;
  /*box-shadow:0px 5px 15px -3px #00000078;*/
  box-shadow:0 0 0 0 rgba(122, 237, 148, 0.29);
  overflow: hidden;
  border-radius: 100%;
  width:57px;
  height: 57px;
  display: block;
  pointer-events: initial;
  animation: pulso 1.25s infinite cubic-bezier(0.16, 0, 0, 1);
}

.wpp-floating img{
	display: block;
	margin:-2px -3px;
}

@keyframes pulso{
	100%{
		box-shadow:0 0 0 45px rgba(232, 76, 61, 0);
	}
}


@media only screen and (max-width:1000px){

	.master{
		max-width: initial;
		max-height: 100vh;
		max-height: 100svh;
	}

	.carta{

		max-width: initial;
		max-height: 100vh;

	}

	.controls{
		bottom: 0px;
	}

}