| Server IP : 54.233.248.239 / Your IP : 172.28.1.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/public/css/ |
Upload File : |
body{
margin: 0;
background-color: #fff;
font-family: "Montserrat";
color: #fff;
background: #302E71;
transition: 500ms ease;
}
.body{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 1;
background: #302E71;
transition: 500ms ease;
}
.body.tela-2{
background-color: #E2583F;
}
.body.tela-3{
background-color: #F9A51B;
}
.body.tela-4{
background-color: #762E4F;
}
.body.tela-5{
background-color: #B2D235;
}
.body.tela-6{
background-color: #323333;
}
.body.tela-7{
background-color: #762E4F;
}
.body.tela-8{
background-color: #303968;
}
*{
box-sizing: border-box;
}
ul,li,nav,h1,h2,h3,h4,h5{
margin: 0;
padding: 0;
}
ul,li{
list-style: none;
}
a{
text-decoration: none;
position: relative;
}
/**
Aniversário VinumDay
Documentação de z-index
Logo: 7
Pattern: 3
Fundos: 2
Conteúdos: 5
Timeline: 6
Passadores: 6
BG Modais: 7
Modais: 8
Áudio: 7
**/
.audio-control{
position: absolute;
top: 25px;
right: 30px;
z-index: 7;
display: flex;
align-items: center;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
width: 30px;
height: 30px;
}
.audio-control.disponivel{
opacity: 1;
visibility: visible;
}
.audio-control .hidden{
display: none;
}
.audio-control img{
cursor: pointer;
transition: 250ms ease;
}
.audio-control img:hover{
opacity: 0.7;
}
.pattern{
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url('../img/aniver/bg.svg');
background-size: contain;
position: absolute;
z-index: 3;
background-position: center;
}
.logo{
position: absolute;
top: 73px;
transition: 250ms ease;
width: 200px;
height: 73px;
display: flex;
align-items: flex-end;
overflow: hidden;
left: 0;
right: 0;
margin: auto;
z-index: 7;
}
.logo.reduzido{
height: 22px;
top: 53px;
}
.conteudo{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index: 5;
overflow: hidden;
visibility: hidden;
}
.conteudo.active{
visibility: visible;
}
.conteudo:not(.active) .center-block{
visibility: hidden !important;
}
.fundo{
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
overflow: hidden;
visibility: hidden;
}
.fundo.active{
visibility: visible;
}
/** Timeline **/
.timeline{
position: absolute;
width: 610px;
bottom: 27px;
left: 0;
right: 0;
margin: auto;
z-index: 6;
display: flex;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
}
.timeline.active{
opacity: 1;
visibility: visible;
}
.timeline .etapa{
width: 100%;
margin-right: 8px;
background: rgba(250,250,250,0.3);
border-radius: 10px;
position: relative;
height: 5px;
}
.timeline .etapa span{
display: block;
width: 0;
margin-right: 8px;
background: white;
border-radius: 10px;
transition: width 500ms linear;
height: 5px;
}
.timeline .etapa.rodando span{
width: 0px;
}
.timeline .etapa.finalizado{
background-color: white;
}
.timeline .etapa.finalizado span{
width: 100%;
transition: 0s;
}
.timeline .etapa:last-child{
margin-right: 0;
}
.timeline .etapa:not(.rodando):not(.finalizado) span{
background: transparent;
}
.cont-tela-8.inativo,
.cont-tela-7.inativo,
.cont-tela-6.inativo,
.cont-tela-5.inativo,
.cont-tela-4.inativo,
.cont-tela-3.inativo,
.cont-tela-2.inativo,
.cont-tela-1.inativo{
display: none;
}
.fundo-tela-8.inativo,
.fundo-tela-7.inativo,
.fundo-tela-6.inativo,
.fundo-tela-5.inativo,
.fundo-tela-4.inativo,
.fundo-tela-3.inativo,
.fundo-tela-2.inativo,
.fundo-tela-1.inativo{
display: none;
}
/** Tela #1 **/
@keyframes gosmas{
from {
transform: rotate(-10deg);
}
to {
transform: rotate(10deg);
}
}
#gosmas .gosma-1{
transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
animation: gosmas 3s infinite alternate;
animation-timing-function: ease-in-out;
transform: scale(1);
}
#gosma-box{
transition: 1s ease-out;
transform: scale(1);
position: absolute;
left: -290px;
bottom: -340px;
width: 326px;
height: 390px;
}
#gosma-box.active{
left: -90px;
bottom: -140px;
}
#gosma-box.saindo{
transform: scale(15);
}
#gosma-box.inativo{
display: none;
}
#gosmas .gosma-2{
position: absolute;
right: -700px;
top: -550px;
transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
animation: gosmas 3s infinite alternate;
animation-timing-function: ease-in-out;
}
#gosmas .gosma-2.saindo{
transition: 250ms ease;
opacity: 0;
visibility: hidden;
}
#gosmas .gosma-2.active{
right: -500px;
top: -350px;
}
#gosmas .gosma-2.inativo{
display: none;
}
#presente{
position: absolute;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
transition: 500ms ease;
}
#presente.active{
opacity: 1;
visibility: visible;
}
#presente.inativo{
display: none;
}
.cont-tela-1 .center-block{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 80px;
transition: 250ms ease;
}
.cont-tela-1 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
.cont-tela-1 .center-block img{
top: 50px;
position: relative;
}
.cont-tela-1 .center-block h1{
font-size: 50px;
font-weight: bold;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 16px;
position: relative;
top: 30px;
}
.cont-tela-1 .center-block p{
max-width: 446px;
font-size: 17px;
font-weight: normal;
line-height: 1.5em;
margin: 0;
position: relative;
margin-bottom: 55px;
top: 40px;
}
.cont-tela-1 .center-block .btn-action{
outline: none;
border: 0;
box-shadow: none;
height: 40px;
border-radius: 3px;
background: #E2583F;
color: white;
text-align: center;
padding: 0 30px;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
position: relative;
top: 50px;
}
.cont-tela-1 .center-block .btn-action:hover{
background: #C04932;
}
.cont-tela-1 .center-block *{
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
visibility: hidden;
opacity: 0;
}
.cont-tela-1 .center-block.active *{
top: 0;
opacity: 1;
visibility: visible;
}
/** Tela 2 **/
.cont-tela-2 p{
font-size: 25px;
font-weight: normal;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 20px;
opacity: 0;
visibility: hidden;
transition: 250ms ease-out;
}
.cont-tela-2 p:last-child{
top: 60px;
}
.cont-tela-2 .center-block.active p{
opacity: 1;
visibility: visible;
top: 0;
}
.cont-tela-2 p strong{
display: block;
font-weight: bold;
}
.cont-tela-2 p span.destaque{
border-radius: 5px;
background-color: #B2D235;
padding: 4px 9px;
}
.wine{
width: auto;
padding: 22px 46px 22px 68px;
border-radius: 8px;
background-color: white;
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
position: relative;
margin-top: 90px;
margin-bottom: 60px;
max-width: 300px;
opacity: 0;
visibility: hidden;
top: 40px;
}
.cont-tela-2 .center-block.active .wine{
opacity: 1;
visibility: visible;
top: 0;
}
.wine img{
position: absolute;
left: -88px;
top: -68px;
height: 206px;
width: auto;
transform: rotate(-20deg);
transition: 750ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
.cont-tela-2 .center-block.active .wine img{
left: -8px;
transform: rotate(0deg);
}
.wine strong{
font-size: 20px;
font-weight: 600;
margin-bottom: 7px;
color: #E2583F;
display: block;
left: -20px;
position: relative;
}
.wine span{
font-size: 16px;
font-weight: 300;
margin-bottom: 0px;
color: #333333;
letter-spacing: 0.02em;
text-transform: uppercase;
left: -20px;
position: relative;
}
.cont-tela-2 .center-block.active .wine span,
.cont-tela-2 .center-block.active .wine strong{
left: 0;
}
.cont-tela-2 .center-block{
display: flex;
flex-direction: column;
align-items: center;
transition: 250ms ease;
position: relative;
top: 0px;
opacity: 1;
visibility: visible;
}
.fundo-tela-2 .bola{
position: absolute;
bottom: -250px;
right: -170px;
transition: 750ms ease-out;
}
.fundo-tela-2 .bola.active{
bottom: 0;
right: 0;
}
#cobrinha{
position: absolute;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
transition: 500ms ease;
height: 100%;
}
#cobrinha.active{
opacity: 1;
visibility: visible;
}
#cobrinha.inativo{
display: none;
}
.cont-tela-2 .center-block > *{
visibility: hidden;
opacity: 0;
}
.cont-tela-2 .center-block *{
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
.cont-tela-2 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
/** Tela 3 **/
.cont-tela-3 p{
font-size: 25px;
font-weight: normal;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 20px;
opacity: 0;
visibility: hidden;
transition: 250ms ease-out;
max-width: 785px;
}
.cont-tela-3 p span.destaque{
border-radius: 5px;
background-color: #762E4F;
padding: 4px 9px;
}
.cont-tela-3 .center-block{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.cont-tela-3 .center-block > *{
visibility: hidden;
opacity: 0;
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
.cont-tela-3 .cacho{
position: relative;
top: 40px;
display: flex;
align-items: center;
margin-top: 35px;
width: 550px;
}
.cont-tela-3 .cacho img{
margin-right: 35px;
}
.cont-tela-3 .cacho strong{
font-size: 65px;
font-weight: 800;
color: #762E4F;
margin-bottom: 0px;
line-height: 1.3em;
display: block;
}
.cont-tela-3 .cacho span{
font-size: 25px;
color: white;
font-weight: 500;
line-height: 1em;
}
.cont-tela-3 .center-block.active .cacho,
.cont-tela-3 .center-block.active p{
top: 0;
opacity: 1;
visibility: visible;
}
.fundo-tela-3 .uva{
position: relative;
}
.fundo-tela-3 .foto-fake{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
top: 100%;
transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
visibility: hidden;
}
.fundo-tela-3 .foto-fake.active{
top: 50%;
visibility: visible;
}
.fundo-tela-3 .foto-fake.inativo{
display: none;
}
.fundo-tela-3 .foto-fake.saindo{
top: -160%;
}
.fundo-tela-3 .foto-fake img{
position: relative;
top: -30px;
}
.cont-tela-3 .center-block{
transition: 250ms ease;
position: relative;
top: 0px;
opacity: 1;
visibility: visible;
}
.cont-tela-3 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
/** Tela #4 **/
#mundo{
position: absolute;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
transition: 500ms ease;
top: 85%;
height: 100%;
opacity: 1;
}
#mundo.active{
visibility: visible;
top: 45%;
height: 100%;
}
#mundo.saindo{
opacity: 0;
}
#mundo.inativo{
display: none;
}
#mundo video{
width: 100%;
height: 100%;
}
#mundo.ios video{
display: none;
}
#mundo.ios {
background-image: url('../img/aniver/mundo-ios.png');
background-repeat: no-repeat;
background-position: center 50%;
background-size: 45% auto;
transition: 0s;
}
#aviao{
position: absolute;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
transition: 500ms ease;
}
#aviao.active{
opacity: 1;
visibility: visible;
}
#aviao.inativo{
display: none;
}
.cont-tela-4 p{
font-size: 25px;
font-weight: normal;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 80px;
opacity: 0;
visibility: hidden;
transition: 250ms ease-out;
max-width: 785px;
margin-bottom: 200px;
}
.cont-tela-4 p strong{
font-weight: normal;
font-style: italic;
display: block;
margin-top: 10px;
}
.cont-tela-4 .center-block.active img{
top: 40px;
position: relative;
margin-bottom: 25px;
}
.cont-tela-4 p span.destaque{
border-radius: 5px;
background-color: #F9A51B;
padding: 4px 9px;
}
.cont-tela-4 .center-block{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.cont-tela-4 .center-block > *{
visibility: hidden;
opacity: 0;
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
}.cont-tela-4 .center-block.active img,
.cont-tela-4 .center-block.active p{
top: 0;
opacity: 1;
visibility: visible;
}
.cont-tela-4 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
/** Tela #5 **/
#aviao2{
position: absolute;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
transition: 500ms ease;
}
#aviao2.active{
opacity: 1;
visibility: visible;
}
#aviao2.inativo{
display: none;
}
.cont-tela-5 .center-block{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 80px;
transition: 250ms ease;
}
.cont-tela-5 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
.cont-tela-5 p{
font-size: 25px;
font-weight: normal;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 20px;
opacity: 0;
visibility: hidden;
transition: 250ms ease-out;
}
.cont-tela-5 .center-block.active p{
opacity: 1;
visibility: visible;
top: 0;
}
.cont-tela-5 p span.destaque{
border-radius: 5px;
background-color: #E2583F;
padding: 4px 9px;
}
.ranking{
width: 550px;
margin-top: 50px;
opacity: 0;
visibility: hidden;
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
position: relative;
margin-bottom: 60px;
}
.ranking.active{
opacity: 1;
visibility: visible;
}
.ranking .line{
position: relative;
margin-bottom: 10px;
display: flex;
}
.ranking .nome-pais{
position: absolute;
left: 24px;
top: 15px;
font-size: 14px;
font-weight: 600;
color: #333333;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
z-index: 1;
}
.ranking.show .nome-pais{
opacity: 1;
visibility: visible;
}
.ranking .progress{
max-width: 50px;
height: 50px;
border-radius: 50px;
box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.15);
padding: 5px;
box-sizing: border-box;
display: flex;
justify-content: flex-end;
background-color: white;
position: relative;
transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.ranking.active .progress{
max-width: 550px;
min-width: 160px;
}
.ranking .quant-vinhos{
position: absolute;
left: 104%;
top: 15px;
font-size: 14px;
font-weight: 600;
color: #fff;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
white-space: nowrap;
}
.ranking.show .quant-vinhos{
opacity: 1;
visibility: visible;
}
.cont-tela-5 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
/** Tela #6 **/
#vinho{
position: absolute;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
transition: 500ms ease;
}
#vinho.active{
opacity: 1;
visibility: visible;
}
#vinho.saindo{
opacity: 0;
visibility: hidden;
}
#vinho.inativo{
display: none;
}
.cont-tela-6 .center-block{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 80px;
transition: 250ms ease;
position: relative;
top: 0;
}
.cont-tela-6 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
.cont-tela-6 p{
font-size: 25px;
font-weight: normal;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 20px;
opacity: 0;
visibility: hidden;
transition: 250ms ease-out;
max-width: 928px;
}
.cont-tela-6 .center-block.active p{
opacity: 1;
visibility: visible;
top: 0;
}
.cont-tela-6 .tipo{
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
border-radius: 8px;
padding: 9px 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
font-weight: 300;
color: white;
white-space: nowrap;
margin-top: 35px;
margin-bottom: 36%;
position: relative;
top: 50px;
opacity: 0;
visibility: hidden;
transition: 250ms ease-out;
}
.cont-tela-6 .tipo img{
margin-right: 10px;
}
.cont-tela-6 .center-block.active .tipo{
top: 0;
opacity: 1;
visibility: visible;
}
.fundo-tela-6 .fundo-vinho{
width: 100%;
bottom: -100%;
transition: 2s ease-out;
position: relative;
}
.fundo-tela-6 .fundo-vinho.etapa1{
bottom: -70%;
}
.fundo-tela-6 .fundo-vinho.etapa2{
bottom: 15%;
transition: 1s ease-out;
}
.tinto-color,
.body.tela-7.tinto,
.fundo-tela-6 .fundo-vinho.tinto path,
#vinho.tinto g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.tinto g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.tinto{
background-color: #762E4F !important;
fill: #762E4F !important;
}
.laranja-color,
.body.tela-7.laranja,
.fundo-tela-6 .fundo-vinho.laranja path,
#vinho.laranja g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.laranja g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.laranja{
background-color: #FF9E16 !important;
fill: #FF9E16 !important;
}
.rose-color,
.body.tela-7.rose,
.fundo-tela-6 .fundo-vinho.rose path,
#vinho.rose g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.rose g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.rose{
background-color: #FF8189 !important;
fill: #FF8189 !important;
}
.licoroso-color,
.body.tela-7.licoroso,
.fundo-tela-6 .fundo-vinho.licoroso path,
#vinho.licoroso g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.licoroso g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.licoroso{
background-color: #C26B11 !important;
fill: #C26B11 !important;
}
.espumante-color,
.body.tela-7.espumante,
.fundo-tela-6 .fundo-vinho.espumante path,
#vinho.espumante g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.espumante g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.espumante{
background-color: #FFD430 !important;
fill: #FFD430 !important;
}
.branco-color,
.body.tela-7.branco,
.fundo-tela-6 .fundo-vinho.branco path,
#vinho.branco g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.branco g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.branco{
background-color: #DDE115 !important;
fill: #DDE115 !important;
}
.hidromel-color,
.body.tela-7.hidromel,
.fundo-tela-6 .fundo-vinho.hidromel path,
#vinho.hidromel g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.hidromel g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.hidromel{
background-color: #C26B11 !important;
fill: #C26B11 !important;
}
.fortificado-color,
.body.tela-7.fortificado,
.fundo-tela-6 .fundo-vinho.fortificado path,
#vinho.fortificado g[transform="matrix(1,0,0,1,164.0570068359375,425.8080139160156)"] path,
#vinho.fortificado g[transform="matrix(1,0,0,1,173.18299865722656,249.0019989013672)"] path,
.cont-tela-6 .tipo.fortificado{
background-color: #762E4F !important;
fill: #762E4F !important;
}
.cont-tela-6 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
/** Tela #7 **/
.cont-tela-7 .center-block{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 80px;
transition: 250ms ease;
position: relative;
top: 0;
}
.cont-tela-7 .center-block.saindo{
top: -20px;
opacity: 0;
visibility: hidden;
}
.cont-tela-7 p{
font-size: 25px;
font-weight: normal;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 20px;
opacity: 0;
visibility: hidden;
max-width: 928px;
}
.cont-tela-7 .valor-dinheiro{
position: relative;
top: 50px;
opacity: 0;
visibility: hidden;
padding: 5px 10px;
border-radius: 5px;
font-size: 29px;
font-weight: 500;
line-height: 1.5em;
margin-top: 40px;
margin-bottom: 25%;
background-color: #E2583F;
color: white;
}
.cont-tela-7 .center-block.active .valor-dinheiro,
.cont-tela-7 .center-block.active p{
opacity: 1;
visibility: visible;
top: 0;
}
.cont-tela-7 .valor-dinheiro strong{
font-weight: 600;
font-size: 40px;
}
.cont-tela-7 .center-block.active .valor-dinheiro{
opacity: 1;
visibility: visible;
}
.fundo-tela-7 .fundo-moedas svg{
width: 100%;
height: 620px;
}
.fundo-tela-7 .fundo-moedas{
bottom: -100%;
transition: 1s ease-out;
position: relative;
opacity: 0;
visibility: hidden;
}
.fundo-tela-7 .fundo-moedas.active{
bottom: -22%;
opacity: 1;
visibility: visible;
}
.fundo-tela-7 .fundo-moedas.saindo{
bottom: -15%;
opacity: 0;
visibility: hidden;
}
.cont-tela-7 .center-block *{
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
/** Tela #8 **/
#calendario{
position: absolute;
left: 0;
right: 0;
bottom: 0;
visibility: hidden;
opacity: 0;
transition: 500ms ease;
z-index: 1;
}
#calendario.active{
opacity: 1;
visibility: visible;
}
.cont-tela-8 .center-block{
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 80px;
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
position: relative;
top: 0;
z-index: 2;
}
.cont-tela-8 p{
font-size: 20px;
font-weight: normal;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 20px;
opacity: 0;
visibility: hidden;
max-width: 512px;
margin-bottom: 44px;
}
.cont-tela-8 strong{
font-size: 25px;
font-weight: 600;
margin: 0;
text-align: center;
color: white;
line-height: 1.5em;
position: relative;
top: 40px;
opacity: 0;
visibility: hidden;
max-width: 826px;
text-transform: uppercase;
margin-bottom: 70px;
}
.cont-tela-8 .compartilhar{
padding: 10px 18px;
border-radius: 5px;
background-color: #E2583F;
color: white;
border: 0;
outline: none;
box-sizing: none;
transition: 250ms ease;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
margin-bottom: 40px;
cursor: pointer;
top: 60px;
opacity: 0;
visibility: hidden;
position: relative;
}
.cont-tela-8 .compartilhar img{
margin-right: 9px;
}
.cont-tela-8 .compartilhar:hover{
background: #C04932;
}
.cont-tela-8 .balao1{
position: absolute;
top: 40px;
opacity: 0;
visibility: visible;
left: 10%;
top: 63%;
}
.cont-tela-8 .balao2{
position: absolute;
top: 40px;
opacity: 0;
visibility: visible;
right: 17%;
top: 73%;
}
.cont-tela-8 .center-block.active .compartilhar,
.cont-tela-8 .center-block.active .replay,
.cont-tela-8 .center-block.active strong,
.cont-tela-8 .center-block.active p{
opacity: 1;
visibility: visible;
top: 0;
}
.cont-tela-8 .center-block.active .balao1{
opacity: 1;
visibility: visible;
top: 60%;
}
.cont-tela-8 .center-block.active .balao2{
opacity: 1;
visibility: visible;
top: 70%;
}
.cont-tela-8 .center-block *{
transition: 500ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
.cont-tela-8 .replay{
color: white;
background: transparent;
border: 0;
outline: none;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 18px;
font-weight: 500;
margin-bottom: 80px;
cursor: pointer;
top: 80px;
opacity: 0;
visibility: hidden;
position: relative;
}
.cont-tela-8 .replay img{
transform: rotate(0deg);
transition: 500ms ease;
margin-right: 10px;
}
.cont-tela-8 .replay:hover img{
transform: rotate(360deg);
}
.modal-share{
opacity: 0;
visibility: hidden;
position: fixed;
width: 1010px;
padding: 47px 73px;
background-color: white;
border-radius: 8px;
display: flex;
align-items: center;
top: 10%;
left: 0;
right: 0;
margin: auto;
z-index: 8;
flex-direction: column;
justify-content: center;
transition: 250ms ease;
}
.modal-share .fotos{
display: flex;
width: 100%;
justify-content: center;
}
.modal-share .fotos canvas,
.modal-share .fotos img{
width: 122px !important;
height: 216px !important;
border-radius: 5px;
}
.mask-share{
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
background: rgba(0,0,0,0.5);
transition: 250ms ease;
z-index: 7;
}
body.modal-aberta .modal-share,
body.modal-aberta .mask-share{
opacity: 1;
visibility: visible;
}
.modal-share h3{
font-size: 28px;
font-weight: 600;
color: #E2583F;
margin-bottom: 15px;
display: block;
}
.modal-share > span{
font-size: 16px;
font-weight: normal;
color: #838383;
margin-bottom: 40px;
display: block;
text-align: center;
}
.modal-share > span a,
.modal-share > span strong{
font-weight: bold;
color: #C04932;
}
.modal-share .fotos .item{
padding: 5px;
margin-right: 16px;
border: 1px solid #C4C4C4;
border-radius: 5px;
background-color: white;
position: relative;
padding-bottom: 1px;
cursor: pointer;
}
.modal-share .fotos .item:last-child{
margin-right: 0;
}
.modal-share .fotos .item .check{
width: 20px;
height: 20px;
display: block;
border-radius: 2px;
border: 2px solid white;
position: absolute;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
left: 10px;
transition: 250ms ease;
}
.modal-share.ios .fotos .item .check{
border-radius: 50%;
}
.modal-share.ios .fotos .item.active .check::after{
border-radius: 50%;
}
.modal-share .fotos .item.active{
border: 1px solid #000;
}
.modal-share .fotos .item.active .check::after{
content: "";
display: block;
width: 10px;
height: 10px;
border-radius: 1px;
background-color: white;
}
#share-images{
padding: 10px 12px;
border-radius: 5px;
background-color: #E2583F;
color: white;
border: 0;
outline: none;
box-sizing: none;
transition: 250ms ease;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
cursor: pointer;
position: relative;
margin-top: 37px;
}
#share-images img{
margin-right: 9px;
max-width: 14px;
}
#share-images:hover{
background: #C04932;
}
.close-share{
cursor: pointer;
position: absolute;
top: 25px;
right: 30px;
transition: 250ms ease;
}
.close-share:hover{
opacity: 0.8;
}
/** Passadores **/
.passador{
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 260px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 6;
}
.passador.inativo{
display: none;
}
.passador img{
transition: 300ms ease;
opacity: 0;
visibility: hidden;
}
.passador:hover img{
opacity: 1;
visibility: visible;
}
.passador.right{
right: 0;
}
.passador.left{
left: 0;
}
/** Stories **/
.fundo-stories{
position: fixed;
z-index: -1;
}
@media screen and (max-width: 991px){
#presente{
height: auto;
width: 300%;
left: -100%;
}
#gosma-box.active{
left: -190px;
bottom: -200px;
}
#gosmas .gosma-2.active{
right: -550px;
top: -430px;
}
.cont-tela-1 .center-block h1{
font-size: 20px;
}
.cont-tela-1 .center-block p{
font-size: 14px;
max-width: 90%;
margin-bottom: 30px;
}
.cont-tela-2 p{
font-size: 16px;
}
.cont-tela-2 p span.destaque{
display: inline-block;
margin: 10px 0;
}
.fundo-tela-2 .bola.active{
bottom: -80px;
right: -80px;
}
#cobrinha{
width: 500%;
left: -200%;
}
.timeline{
width: 90%;
}
.cont-tela-3 p{
font-size: 16px;
max-width: 330px;
}
.cont-tela-3 .cacho{
flex-direction: column;
}
.cont-tela-3 .cacho img{
max-width: 160px;
}
.cont-tela-3 .cacho strong{
font-size: 44px;
text-align: center;
}
.cont-tela-3 .cacho span{
font-size: 24px;
text-align: center;
}
.fundo-tela-3 .foto-fake img{
top: -110px;
width: 220%;
}
.fundo-tela-3 .foto-fake svg{
width: 200%;
left: 15%;
}
.cont-tela-4 p{
font-size: 16px;
max-width: 340px;
}
#mundo{
width: 250%;
left: -75%;
}
#aviao{
width: 300%;
left: -100%;
}
.cont-tela-5 p{
font-size: 16px;
max-width: 340px;
}
.cont-tela-5 p span.destaque{
display: inline-block;
margin: 10px 0;
}
.ranking{
width: 100%;
}
.ranking .quant-vinhos,
.ranking.show .quant-vinhos{
left: 24px;
color: #333;
}
.ranking .nome-pais{
display: none;
}
#aviao2{
display: none;
}
.cont-tela-6 p{
font-size: 16px;
max-width: 340px;
}
.cont-tela-6 .tipo{
margin-bottom: 86%;
}
#vinho{
width: 300%;
left: -100%;
}
.fundo-tela-6 .fundo-vinho{
width: 400%;
left: -100%;
}
.cont-tela-7 p{
font-size: 16px;
max-width: 340px;
}
.fundo-tela-7 .fundo-moedas{
width: 300%;
left: -100%;
}
.cont-tela-7 .valor-dinheiro{
margin-bottom: 65%;
}
#calendario{
width: 300%;
left: -100%;
}
.cont-tela-8 p{
font-size: 16px;
max-width: 310px;
}
.cont-tela-8 strong{
font-size: 16px;
max-width: 340px;
}
.cont-tela-8 .center-block .balao1,
.cont-tela-8 .center-block.active .balao1{
top: -1%;
width: 60px;
left: 0;
}
.cont-tela-8 .center-block .balao2,
.cont-tela-8 .center-block.active .balao2{
top: 85%;
width: 60px;
right: 10px;
}
.modal-share{
width: 90%;
padding: 50px 20px;
top: 6%;
}
.modal-share .fotos{
width: calc(100% + 40px);
margin: 0 -20px;
overflow: auto;
justify-content: flex-start;
padding-left: 20px;
}
.modal-share h3{
font-size: 18px;
text-align: center;
}
.modal-share .fotos .item{
margin-right: 10px;
}
.close-share{
top: 15px;
right: 20px;
max-width: 20px;
}
.passador{
width: 90px;
}
.passador img{
max-width: 40px;
}
}
@media screen and (min-width: 1367px){
#cobrinha{
top: -10%;
}
#cobrinha svg{
transform: scale(1.5) !important;
}
.fundo-tela-3 .foto-fake{
transform: scale(1.4);
}
.fundo-tela-3 .foto-fake.active{
top: 75%;
}
.cont-tela-4 p{
margin-bottom: 40%;
}
#aviao2{
display: none;
}
.cont-tela-6 .tipo{
margin-bottom: 45%;
}
.fundo-tela-6 .fundo-vinho,
.fundo-tela-7 .fundo-moedas{
transform: scale(1.5);
}
.fundo-tela-7 .fundo-moedas.active{
bottom: -40%;
}
}
@media screen and (max-width: 350px){
.modal-share > span{
font-size: 14px;
}
.modal-share{
top: 0;
padding: 30px 20px;
}
.modal-share > span{
margin-bottom: 20px;
}
#share-images{
margin-top: 20px;
}
}
/** Nova coloração **/
#presente g[transform="matrix(1,0,0,1,598.2039794921875,886.1939697265625)"] path{
fill: #F9A51B;
}
#presente g[transform="matrix(1,0,0,1,289.42401123046875,304.7640075683594)"] path{
fill: #E2583F;
}
#presente g[transform="matrix(1,0,0,-1,293.3590087890625,138.0399932861328)"] path{
fill: #ED2067;
}
#presente g[transform="matrix(1,0,0,-1,284.7409973144531,183.23199462890625)"] path{
fill: #BF2258;
}
#presente g[transform="matrix(1,0,0,1,502.0830078125,887.3930053710938)"] path,
#presente g[transform="matrix(1,0,0,1,598.2039794921875,895.3099975585938)"] path{
fill: #ED2067;
}
#cobrinha g[clip-path="url(#__lottie_element_34)"] path{
stroke: #F9A51B;
}
#cobrinha g[transform="matrix(1,0,0,0.856440007686615,7,964.5)"] path{
fill: #F9A51B;
}
/** Loader **/
body.loading .mask-share{
opacity: 1;
visibility: visible;
background: rgba(0, 0, 0, 0.85);
}
.loading-box{
width: 100%;
height: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: fixed;
z-index: 8;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.loading-box span{
font-weight: 500;
color: white;
font-size: 15px;
text-align: center;
padding: 0 15px;
margin-top: 20px;
}
body.loading .loading-box{
opacity: 1;
visibility: visible;
}
@keyframes ldio-657wm9tnek5 {
0% { opacity: 1 }
100% { opacity: 0 }
}
.ldio-657wm9tnek5 div {
left: 47px;
top: 24px;
position: absolute;
animation: ldio-657wm9tnek5 linear 1s infinite;
background: #ffffff;
width: 6px;
height: 12px;
border-radius: 3px / 6px;
transform-origin: 3px 26px;
}.ldio-657wm9tnek5 div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -0.9166666666666666s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -0.8333333333333334s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.75s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.6666666666666666s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.5833333333333334s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.5s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.4166666666666667s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.3333333333333333s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.25s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.16666666666666666s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.08333333333333333s;
background: #ffffff;
}.ldio-657wm9tnek5 div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
background: #ffffff;
}
.loadingio-spinner-spinner-oioalui6pxg {
width: 78px;
height: 78px;
display: inline-block;
overflow: hidden;
background: transparent;
}
.ldio-657wm9tnek5 {
width: 100%;
height: 100%;
position: relative;
transform: translateZ(0) scale(0.78);
backface-visibility: hidden;
transform-origin: 0 0; /* see note above */
}
.ldio-657wm9tnek5 div { box-sizing: content-box; }
/* generated by https://loading.io/ */
@media screen and (max-width: 450px){
.wine{
margin-top: 80px;
margin-bottom: 30px;
}
.cont-tela-2 .center-block{
margin-top: 40px;
}
.logo.reduzido{
top: 33px;
}
.logo{
width: 160px;
}
.logo img{
max-width: 100%;
}
.ranking{
margin-top: 15px;
}
.ranking .progress{
height: 45px;
}
.ranking .quant-vinhos{
top: 13px;
}
.ranking .progress img{
max-width: 35px;
max-height: 35px;
}
}