html {
	height: 100%;
	touch-action: pan-x pan-y;
}
body {
    display: flex;
    justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #000;
	touch-action: pan-x pan-y;
}
::-webkit-scrollbar {
	width: 6px;
	border-radius: 3px;
	background: rgba(255,255,255,.5);
}
::-webkit-scrollbar-thumb {
	width: 6px;
	border-radius: 3px;
	background: rgba(255,255,255,1);
}
.logo {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 22vh;
	box-sizing: border-box;
	background: rgba(255,255,255,.0);
	margin-bottom: 0px;
}
.logo img {
	height: 75%;
	pointer-events: none;
}
.navBar {
	position: fixed;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	top: 0;
	left: 0px;
	width: 300px;
	max-width: calc(100% - 56px);
	height: 100%;
	transform: translate(-100%, 0px);
	box-sizing: border-box;
    border-right: solid 1px rgba(255,255,255,.4);
	background-color: #000;
	padding-top: 0px;
	transition: .3s;
}
.navBarMenu {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: ;
	max-height: calc(78vh - 38px);
	overflow-y: auto;
}
.navBarMenu div {
	text-align: center;
	font-family: verdana;
	padding: 2px;
	margin: 2vh;
	border-bottom: solid 1px #fff;
	background: rgba(255,255,255,.0);
	cursor: pointer;
	transition: .4s;
	pointer-events: auto;
	font-size: calc(.7rem + .5vh);
}
.pinFull {
	position: absolute;
	bottom: 0;
    right: 5px;
    display: flex;
    background: ;
}
.pinFull div {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 34px;
	height: 30px;
	margin: 5px;
	border: none;
	background: ;
	cursor: pointer;
	overflow: hidden;
}
.pinFull div img {
	width: 60%;
	transition: .3s;
}
.openClose {
	position: absolute;
	display: flex;
    flex-direction: column;
    justify-content: center;
	top: 15px;
	right: -52px;
	width: 45px;
	height: 40px;
	border-radius: 5px;
	background: #000;
	transition: 1s;
	transform: scale(0);
	cursor: pointer;
}
.openClose span {
	width: 32px;
	height: 2px;
	border-radius: 1px;
	margin: 4px auto;
	transition: .3s;
	background: #fff;
}
.content {
	position: fixed;
	top: 0;
	left: 0px;
	width: calc(100% - 0px);
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	background-image: ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
.inicio_content {
	background-image: ;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.loaderContent {
	top: calc(100% - 150px) !important;
	animation: swiper-preloader-spin 1s infinite linear;
}
.contentItem {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: 1s;
	background-color: #000;
}
.divContent, .contentItem .imgContent {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;
	background: ;
}
.divContent, .contentItem .imgContent img {
	width: 800px;
	max-width: 100%;
	pointer-events: none;
}
.active {
	opacity: 1;
}
.personalizado_content {
	font-family: verdana;
}
.personalizado_content h3 {
	margin: 0px;
}
.personalizado_content h4 {
	margin: 5px 0 30px 0;
}
.personalizado_content p {
	margin: 5px;
}
.video {
	max-width: 100%;
	max-height: calc(100% - 120px);
}
.controls {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 10px;
	left: 50%;
	padding: 0px;
	transform: translate(-50%,0);
	background: ;
	pointer-events: none;
	z-index: 99999;
}
.controls .prev, .controls .next {
	width: 40px;
	height: 30px;
	cursor: pointer;
	transition: .4s;
	pointer-events: auto;
	background-color: rgba(255,255,255,.2);
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
}
.controls .prev {
	border-radius: 10px 0 0 10px;
	background-image: url('images/icons/prev.png');
}
.controls .next {
	border-radius: 0 10px 10px 0;
	background-image: url('images/icons/next.png');
}
.controls .menuPanos {
	width: 50px;
	height: 50px;
	margin: 0 2px;
	cursor: pointer;
	transition: .4s;
	pointer-events: auto;
	border-radius: 10px;
	background-color: rgba(255,255,255,.2);
	background-position: center;
	background-size: 60% auto;
	background-repeat: no-repeat;
	background-image: url('images/icons/plus.png');
}
.pageMinis {
	position: absolute;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    bottom: -80px;
    left: 15px;
	transform: scale(0);
	padding: 5px;
	margin: 0 20px;
	overflow: auto;
	transition: .4s;
	border-radius: 15px;
    width: calc(100% - 80px);
    max-height: calc(100% - 125px);
    background: rgba(255,255,255,.2);
	z-index: 99999;
}
.pageMinis div {
	width: calc(7.5vw + 7.5vh);
	height: calc(7.5vw + 7.5vh);
	max-width: 120px;
    max-height: 120px;
    border-radius: 50vh;
	margin: 5px;
	cursor: pointer;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.swiper img {
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
}
.swiper-pagination-bullet {
	border: solid 1px #fff;
}
.title {
	display: flex;
    justify-content: center;
	width: 100%;
	height: 50px;
	background: ;
	font-size: 2rem;
	font-family: verdana;
}
.navEntret {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	display: flex;
    justify-content: center;
    align-items: flex-start;
	flex-wrap: wrap;
	background: ;
}
.navEntret div {
	font-family: verdana;
	padding: 2px;
	margin: 3px 20px;
	border-bottom: solid 1px #fff;
	color: #fff;
	background: rgba(255,255,255,.0);
	cursor: pointer;
}
.btnActive {
	color: #000 !important;
	background: rgba(255,255,255,1) !important;
}
.dezoitomais, .Bellepoque, .Simplesmente_Natal {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 80px);
	background: ;
	opacity: 0;
	transition: .3s;
}