@font-face {
   font-family: Raleway;
   src: url('Raleway-Medium.ttf');
}

@font-face {
   font-family: Raleway-Bold;
   src: url('Raleway-Bold.ttf');
}

@font-face {
   font-family: base;
   src: url('Montserrat-Regular.ttf');
}

@font-face {
   font-family: tit;
   src: url('Bebas-Regular.ttf');
}

div{
  position: relative;
}

body{
  width: 100vw;
  margin: 0px;
  text-align: center;
  overflow-x: hidden;
  font-family: base;
}

.container{
	width: 80%;
	margin: 0 auto;
}

.centerY{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

div[data-size='1']{
  font-size: 1vw;
}

div[data-size='1.2']{
  font-size: 1.2vw;
}

div[data-size='1.5']{
  font-size: 1.5vw;
}

div[data-size='2']{
  font-size: 2vw;
}

div[data-size='2.5']{
  font-size: 2.5vw;
}

div[data-size='3']{
  font-size: 3vw;
}

div[data-size='4']{
  font-size: 4vw;
}

div[data-size='5']{
  font-size: 5vw;
}

div[data-size='6']{
  font-size: 6vw;
}

.tit1{
	font-size: 3.5vw;
  font-family: tit;
  margin: 1.5vh 0;
}.tit2{
	font-size: 2.2vw;
  font-family: tit;
  margin: 1vh 0;
}.text1{
	font-size: 1.2vw;
  font-weight: 600;
  margin: .7vh 0;
}.text2{
	font-size: 1vw;
  margin: .5vh 0;
}

.italy{
  font-style: italic;
}

.boxBtnChamada{
  width: 80%;
  margin: 2vh auto;

  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}.btnChamada{
  width: 100%;
  font-size: 2vw;
  font-family: tit;
  padding: 20px 0;
  text-align: center;
  background-color: orange;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s ease-out;
}.btnChamada:hover{
  background-color: #9f6301;
  color: white;
}

/* Whatsapp chat */
.wa-chatbot.hidden{
	display: none;
}
.wa-chatbot{
	position: fixed;
	width: 320px;
	margin: auto;
	font-family: Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;
	text-rendering: optimizeLegibility;
	line-height: 1.3;
	right: 20px!important;
	bottom: 0px!important;
	z-index: 99999;
	background: #075e54;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
  text-align: left;
  opacity: 0;
}
.wa-head{
	color: #ffffffdd;
	padding: 20px 15px 10px 15px;
	display: flex;
	font-size: 14px;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.wa-close{
	text-align: right;
	flex: 0 0 100%;
	max-width: 100%;
	font-size: 28px;
	float: right;
	cursor: pointer;
	right: 10px;
	top: 0px;
	position: absolute;
}
.wa-close span{
	transform: rotate(45deg);
	display: inline-block;		}
.wa-img{
	flex: 0 0 20%;
	max-width: 20%;
}
.wa-img img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	background: white;
	border-radius: 100%;
}
.wa-name-status{
	flex: 0 0 80%;
	max-width: 74%;
	padding-left: 15px;
	line-height: 1.6;
	font-weight: 500;
	font-size: 16px;

}
.wa-status{
	font-weight: 400;
	font-size: 14px
}
.wa-body{
	background-image: url(../img/wa-background.jpg);
	background-position: center;
	background-size: cover;
	padding: 10px 25px 10px 15px;
}
.wa-chat{
	background: white;
	color: #303030;
	padding: 10px 15px;
	border-radius: 7.5px;
	border-top-left-radius: 0
}
.wa-body:before{
	content: " ";
	width: 0;
	height: 0;
	border-top: 10px solid white;
	border-left: 10px solid transparent;
	left: -10px;
	position: relative;
	z-index: 999999;
	display: block;
	float: left;
}
.wa-hour{
	text-align: right;
	font-size: 12px;
	color: #00000073;
}
.wa-footer{
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	padding: 15px 15px;
}
.wa-footer a{
	text-decoration: none;
	color: white;
	background: #25d366;
	padding: 8px 15px;
	display: block;
	width: 80%;
	text-align: center;
	border-radius: 20px;
	font-size: 18px;
	animation: buttonWa .8s infinite;
	transition: .5s
}
.wa-footer a:hover{
	transform: scale(1)!important;
	animation: none!important;
	transition: .5s
}

.icon-whatsapp{
  bottom: 40px;
  background: linear-gradient(45deg, #00cf54, #00b930);
  right: 40px;
  border-radius: 50%;
  z-index: 9998;
  min-width: 80px;
  min-height: 80px;
  transition: .3s;
  animation: icon-whatsapp 1.5s linear;
  display: flex;
  right: 20px!important;
  min-width: 70px!important;
  min-height: 70px!important;
  bottom: 20px!important;
  text-align: center;
  position: fixed;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 15;
}
.icon-whatsapp span{
  font-family: Arial, sans-serif;
  border-radius: 100%;
  background: #ff3333;
  line-height: 1.5;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 70%;
  right: auto;
  cursor: pointer;
}

/* Animações */
@keyframes buttonWa{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.02);
	}
	100%{
		transform: scale(1);
	}
}

@keyframes whatsChat{
	0%{
		height: 0;
    opacity: 0;
	}
  50%{
    opacity: 1;
	}
	100%{
		height: 256px;
    opacity: 1;
	}
}




.header{
	width: 100vw;
	height: 100vh;
	background: url("../img/fundoHeader.png");
	background-size: cover;
	background-position: center bottom;
	z-index: 10;
	position: absolute;
	top: 0;
  overflow: hidden;
}
.boxTextHeader{
	width: 48vw;
	margin-left: 20vw;
  text-align: center;

  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}.logo{
	width: 100%;
  text-align: center;
  margin: 4vh 0;

  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px)
}.logo > img{
	width: 42%;
}


.horoscopo{
	height: 76vh;
	width: 76vh;
	position: absolute;
	top: 2vh;
	left: -38vh;
	opacity: 0.4;
  z-index: -5;
  -webkit-animation: rotating 15s linear infinite;
  -moz-animation: rotating 15s linear infinite;
  -ms-animation: rotating 15s linear infinite;
  -o-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}

.sec1{
	width: 100vw;
	height: 180vh;
	padding-top: 30vh;
	margin-top: 70vh;
	background: #ff9e9c;
	z-index: 5;
}
.boxTitSec1{
  width: 100%;
  height: 35vh;
}.imgTitSec1{
  width: 35%;
  height: 100%;
  position: relative;
  float: left;
  opacity: 0;
}.imgTitSec1 > img{
  height: 100%;
  max-width: 100%;
}.textTitSex1{
  width: 65%;
  height: 100%;
  position: relative;
  float: left;
  opacity: 0;
}.sec1Tit2{
	font-size: 3.5vw;
  font-weight: 300;
}.sec1Tit1{
	font-size: 6vw;
  font-weight: 700;
  margin-bottom: -1vh;
}

.boxTextSec1{
  width: 100%;
  height: 85vh;
  text-align: left;
}.boxTextSec1Mid{
  width: 44%;
  position: relative;
  float: left;
  padding: 10vh 3%;
  opacity: 0;
}

.boxAtendimento{
  width: 100%;
  height: 60vh;
}.titAtendimento{
  width: 100%;
	opacity: 0;
}.boxAten{
  width: 44%;
  position: relative;
  float: left;
  padding: 2vh 3%;
	opacity: 0;
}.iconAtendimento{
  font-size: 4vw;
}.boxBtnAtend{
  opacity: 1;
  margin-top: -10vh;
}.btnAtend{
  background-color: #6E3E78;
  color: white;
}.btnAtend:hover{
  background-color: #3E1050;
  color: #fff;
}



.sec2{
  width: 100vw;
  height: 100vh;
	background: url("../img/fundoPreciso.jpg");
	background-size: cover;
	background-position: center bottom;
  position: relative;
  overflow: hidden;
}.boxSec2{
  width: 40vw;
  height: 100%;
  margin-left: 12vw;
  text-align: left;
}.boxTitSec2{
  width: 100%;
  height: 40vh;
  color: #90110c;
  opacity: 0;
}.boxListSec2{
  width: 100%;
  height: 40vh;
}.itemListSec2{
  width: 100%;
  height: 7vh;
  opacity: 0;
}.itemListSec2 > i{
  width: 5%;
  font-size: 1.6vw;
  margin-top: .5vh;
  color: #90110c;
  position: relative;
  float: left;
}.textListSec2{
  width: 95%;
  position: relative;
  float: left;
}.btnSec2{
  width: 100%;
  height: 20vh;
  color: #500000;
  opacity: 0;
}



.sec3{
  width: 100vw;
  height: 110vh;
	background: #fff;
	background-size: 100% 100%;
	background-position: center;
  position: relative;
  overflow: hidden;
}.boxSec3{
  width: 35vw;
  height: 100%;
  margin-left: 50vw;
  text-align: left;
}.boxTitSec3{
  width: 100%;
  height: 25vh;
  color: #601c84;
  opacity: 0;
}.boxTextSec3{
  width: 100%;
  height: 65vh;
  opacity: 0;
}.textListSec3{
  width: 95%;
  position: relative;
  float: left;
}.btnSec3{
  width: 100%;
  height: 20vh;
  color: #35094c;
  opacity: 0;
}

.fotoCasal1{
  height: 50vh;
	position: absolute;
	top: 2vh;
	left: 5vw;
  z-index: 3;
}.fotoCasal2{
  height: 38vh;
	position: absolute;
	top: 30vh;
	left: 24vw;
  z-index: 5;
}.fotoCasal3{
  height: 48vh;
	position: absolute;
	top: 50vh;
	left: 7vw;
  z-index: 7;
}


.depoimento{
  width: 100vw;
  height: auto;
	background: url("../img/galaxy.png");
	background-size: cover;
	background-position: center bottom;
  position: relative;
  display: table;
  z-index: 1;
}.boxDep{
  width: 80vw;
  margin: 0 auto;
  position: relative;
}.boxTitDep{
  width: 100%;
  height: 25vh;
  color: #fff;
  opacity: 0;
}.boxImagesDep{
  width: 100%;
  height: 40vh;
  margin-top: 5vh;
  margin-bottom: 15vh;
  opacity: 0;
}.btnDep{
  width: 60%;
  height: 20vh;
  color: #fff;
  opacity: 0;
}

.boxMat{
  width: 100%;
  height: 110vh;
  background: #ccc;
  z-index: 10;
}#titMat{
  color: #000!important;
  height: 20vh;
  margin-bottom: 5vh;
}
#materia1{
  width: 50vw;
  position: absolute;
  top: -10vh;
  left: 0vw;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
}#materia2{
  width: 55vw;
  position: absolute;
  top: -15vh;
  left: 46vw;
  z-index: 5;
  opacity: 0;
  overflow: hidden;
}#materia3{
  width: 49vw;
  position: absolute;
  top: 25vh;
  left: 26vw;
  z-index: 7;
  opacity: 0;
  overflow: hidden;
}




.gallery {
  background: transparent;
  height: 100%;
}
.gallery-cell {
  width: 33%;
  height: 100%;
  margin-right: 10px;
  counter-increment: gallery-cell;
  text-align: center;
}.gallery-cell > img{
  height: 95%;
  position: relative;
  background-color: #fff;
  padding: 5px;
}.gallery-cell > video {
  height: 97%;
  position: relative;
  background-color: #fff;
  padding: 5px;
}.flickity-page-dots .dot {
  background: #fff!important;
}.carousel.is-fullscreen .carousel-cell {
  width: 100vw;
  height: 100vh;
}



.faq{
  width: 100vw;
  height: auto;
  background: #ccc;
  background-size: cover;
  background-position: center top;
  position: relative;
  display: table;
}.boxFaq{
  width: 50vw;
  margin: 0 auto;
  position: relative;
}.boxTitFaq{
  width: 100%;
  height: 25vh;
  color: #c75ba1;
  opacity: 0;
}.boxListFaq{
  width: 100%;
  height: auto;
  text-align: left;
  display: table;
}.itemListFaq{
  width: 100%;
  height: auto;
  display: table;
  cursor: pointer;
  margin: 5vh auto;
  font-size: 1.3vw;
  opacity: 0;
}.itemListFaq > i{
  width: 5%;
  font-size: 1.6vw;
  margin-top: .5vh;
  color: #c75ba1;
  position: relative;
  float: left;
}.respFaq{
  font-weight: 500;
  margin: 2vh auto;
  height: 0;
  display: none;
  font-size: 1.1vw;
  transition: all 1s ease;
}.respOpen{
  height: auto;
  display: table;
}.btnFaq{
  width: 60%;
  height: 20vh;
  color: #7d2a60;
  opacity: 0;
}


.outrosTabalhos{
  width: 100vw;
  height: 120vh;
	background: #111;
  position: relative;
  z-index: 10;
  color: #fff;
}.boxTitTrabs{
  width: 100%;
  height: 35vh;
  position: relative;
  opacity: 0;
}.boxIconsTrabs{
  width: 100%;
  height: 65vh;
  position: relative;
}.boxIconTrab{
  width: 25%;
  height: 50%;
  position: relative;
  float: left;
  opacity: 0;
}.iconTrab{
  height: 60%;
  padding-top: 5%;
  position: relative;
}.iconTrab > img{
  height: 100%;
}.titIconTrab{
  height: 35%;
  position: relative;
}.btnTrabs{
  width: 60%;
  height: 25vh;
  color: white;
}



.sobre{
  width: 100vw;
  height: 120vh;
	background: url("../img/fundoHistoria.jpg");
	background-size: cover;
	background-position: center bottom;
  position: relative;
  overflow: hidden;
}.boxSobre{
  width: 35vw;
  height: 100%;
  margin-left: 50vw;
  text-align: left;
}.boxTitSobre{
  width: 100%;
  height: 25vh;
  color: white;
  opacity: 0;
}.boxTextSobre{
  width: 100%;
  height: 85vh;
  opacity: 0;
  color: white;
}.boxTextSobre > div > div > strong{
  font-size: 1.15vw;
}.textListSobre{
  width: 95%;
  position: relative;
  float: left;
}.btnSobre{
  width: 100%;
  height: 20vh;
  color: white;
  opacity: 0;
}

.fotoHistoria1{
  height: 80vh;
	position: absolute;
	top: 2vh;
	left: 5vw;
  z-index: 2;
  opacity: 0;
}.fotoHistoria2{
  height: 70vh;
	position: absolute;
	top: 50vh;
	left: 12vw;
  z-index: 3;
  opacity: 0;
}


.footer{
  font-size: .8vw;
  width: 100vw;
  height: 15vh;
  background-color: #040720;
  color: #fff;
  position: relative;
  z-index: 10;
}
