@font-face {
    font-family: "Bangers";
    src: url(../fonts/Bangers-Regular.ttf);
}

*{
	overflow:visible!important;
}

body,html{
	margin:0;
	padding:0;
	text-align:center;
	overflow:visible;
	background:#000;
} 
body {
    font-family: "Bangers", system-ui;
    font-weight: normal;
    text-shadow: 3px 0px 28px #c7139d,3px 0px 28px #c7139d,3px 0px 7px #c7139d !important;
    color: #fbb8ed;
}
h1,h2,h3{
	opacity:0;
	margin:0;
	padding:0;
	font-size: 150px;
	font-style: normal;
	line-height:100%;
	font-weight: normal;
	z-index:2;
}
.card img{
	opacity:0;
	margin: 30px 0;
	position: relative;
	z-index: 0;
	box-shadow: 10px 10px 35px #000;
	border-radius: 40px;
	display:inline-block;
	width: 101%;
	overflow:hidden!important;
	z-index: -2;
}
h3{
	font-size: 210px;
	margin-top: -70px;
}
h1 {
    margin-bottom: -60px;
    /* padding:0 20px; */
}

.card{
	padding:40px 0;
	padding-top: 0;
}
.header h1{
	opacity:0;
    font-size: 215px;
    text-shadow: 1px 5px 28px #ccd729!important;
    color: #f9fde4;
    line-height: 100%;
}
.footer h1{
    font-size: 250px;
    margin: auto;
    width: auto;
    display: inline-block;
}

.footer img{
    float: none;
    width: 80px;
    margin-bottom: -3px;
    margin-right: 20px;
	border-radius:0;
}
.footer h1 small {
    font-size: 100px;
    display: block;
    line-height: 100px;
}
.centercard,
.footer{
	position:absolute;
	left:0;
	width:100%;
	top:0;
}
.footer{
	top:auto;
	bottom: -40px;
	position:absolute;
	left:-10px;
	width:100%;
	animation: move 2s ease-in-out infinite;
}
.centercard{
	height:calc(100vh - 450px);
    overflow: hidden;
    margin-top: 30px;
}
ul{
	margin:0;
	padding:0;
}

ul.specs li {
    text-align: center;
    color: #FFF;
    font-size: 80px;
    padding: 0px 30px;
}

ul.specs {
	opacity:0;
	list-style:none;
    margin-top: 30px;
}

.anima h1 {
    animation: fadeInUpSD 1s ease-in-out;
	animation-delay: 0s;
	animation-fill-mode: both;
}
.anima img {
	opacity:0;
    animation: fadeInUpSD 1s ease-in-out;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
.anima h3 {
	opacity:0;
    animation: fadeInUpSD 1s ease-in-out;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
.anima .specs {
	opacity:0;
    animation: fadeInUpSD 1s ease-in-out;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}
img.qr{
	width:90%;
	opacity:0;
	left: 0;
	right: 0;
	position: relative;
	margin: auto;
	margin-top: 75px;
}

.footer *{
	opacity:1!important;
}
.container{
    transform: rotate(-90deg);
    /* top: 0; */
    /* left: 50%; */
    /* right: 0; */
    position: fixed;
    width: 1080px;
    height: 1920px;
    overflow: visible !important;
    /* margin-left: -540px; */
}


.bg{
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
	background:url("../img/vitrina.jpg") no-repeat left center #000;
	background-size:cover;
	background-attachment:fixed;
   /* animation: backgroundScroll 40s ease-in-out infinite;*/
}



.header h3{
	margin-top: 130px;
	font-size: 171px;
}

.header.hide h1{
	display:none;
}
.container {
    /* top: calc(-50% + 120px); */
}
.place {
    width: 1080px;
    height: 960px;
    overflow: hidden;
    text-align: center;
}

.place img {
    position: relative;
    display: block;
    overflow: hidden!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    /* width: 100%; */
    height: 100%;
    float: none;
    margin: auto;
    object-fit: contain;
    box-shadow: none;
	filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
    transition: all 0.5s ease;
}
.bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

li p {
    margin: 0;
    padding: 0;
}











@keyframes fadeInUpSD {
  0% {
    opacity: 0; 
	transform:scale(2)  rotate(14deg);
  }

  100% {
    opacity: 1; 
	transform:scale(1)  rotate(0);
  }
}

@keyframes backgroundScroll {
    0%   {background-position: 0 0;}
    50%  {background-position: 0 99%;}
    100% {background-position: 0 0;}
}

@keyframes move{
	0% {
		transform:scale(0.95);
	}
	50% {
		filter: brightness(200%);
		transform:scale(1);
	}
	100% {
		transform:scale(0.95);
	}
}
	
	
