body {
    padding: 0;
    margin: 0;
    background: url("../img/origem.png");
    background-position: 100% 0px;
}

#logo {
    width: 500px;
    height: 500px;
    background-image:url("../img/LivingHabbo.png");
    margin: 0 auto;
    margin-top: -155px;
	
}

@keyframes piscar {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

#coroa {
    animation: piscar 1.5s infinite;
}

#player {
    width: 340px;
    height: 130px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    background: #252a46;
}

#avatar {
    width: 110px;
    height: 110px;
    background-color: #09308D;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

#barra {
    width: 200px;
    height: 30px;
    background: #E7C300;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

#barra p {
    margin: 0;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

#botoes {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 200px;
    height: 20px;
}

#botao {
    width: 30px;
    height: 30px;
    background: #0011FF;
    border-radius: 50px;
    float: left;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
}

#botoes p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 18px;
    float: right;
    color: #FFFFFF;
    margin: 0;
	margin-left: 10px auto;
    margin-top: 4px;
}

#contagem {
	color: black;
	display: flex;
	gap: 10px;
}

#contagem div {
	background-color: #09308D;
	padding: 10px;
	border-radius: 10px;
}
#botaopedido {
	right: 20px;
	position: absolute;
}
.botao-pedido {
  background: gold;
  padding: 10px 20px;
  color: black;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  
}
.botao-pedido:hover {
  background: #ffdd33;
}
#publi_title {
    color: yellow;
    font-family: lato,Arial,sans-serif;
    font-weight: 700;
    font-size: 20px;
    left: 12px;
	bottom: 250px;
	position: absolute;
}
#publi_corpo {
    background: black;
    bottom: 60px;
    overflow: hidden!important;
    border-radius: 5px;
    border: 1px solid white;
	position: absolute;
	left: 12px;
}
#publi_corpo:hover {
    border:1px solid rgba(74,142,181,.8)!important
}
#publi_corpo:hover img {
    -webkit-filter:blur(1px) grayscale(40%);
    filter:blur(1px) grayscale(40%);
}
#publi_corpo:hover #texto {
    background:rgba(15,35,83,.9)!important
}
#publi_corpo #texto{
    font-family: lato;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    margin-top: -210px;
    width: 360px;
    height: 80px;
    padding-top: 130px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
	background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
}

#slide {
    width: 400px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
}

#slide ul {
    display: flex;
    padding: 0;
    margin: 0;
    width: 200%; /* duas imagens, aumenta pra 300% se tiver 3 */
    animation: slideAnim 10s infinite;
    list-style: none;
}

#slide li {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

#slide img {
    width: 400px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

#texto {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    border-radius: 0 0 8px 8px;
}

/* Animação */
@keyframes slideAnim {
    0% { transform: translateX(0%); }
    45% { transform: translateX(0%); }
    55% { transform: translateX(-100%); }
    100% { transform: translateX(-100%); }
}

#contagem span {
	color: white;
	fonte-size: 2rem;
	display: block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#contagem {
	position:absolute;
	margin-top: 140px;
}

#boneco {
    width: 110px;
    height: 110px;
    margin-top: -5px;
    float: left;
}

.beta {
	fonte-size: 25px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: red;
	margin-top: 175px;
	margin-left: 300px;
	position:absolute;
	
	
}

a {
	border: 5px;
	color: #007BFF;
    text-decoration: none;
}

.fa-play {
    margin-top: 7px;
    margin-left: 2px;
	
	
}

.fa-pause {
    margin-top: 7px;
    color: #FFF;
}

.fa-volume-up {
    margin-top: 6px;
    color: #FFF;
}

.fa-volume-down {
    margin-top: 4px;
    color: #FFF;
	
}

.iconeouvintes {
	width: 28px;
	height: 28px;
    position: fixed;
    margin-top: 5px;
	margin-left: -48px;
}

.direitos {
	width: 100%;
	height: 70px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: white;
	text-align: center;
	bottom: 0px;
	position: fixed;
	
}