.slide-2 .text-wrapper{width:47%;top:28%;left:8%}.slide-2 .xo-wrapper{justify-items:center;width:40%;display:grid;bottom:15%;right:5%}.slide-2 .xo-wrapper .xo-board{width:80%}@media (orientation:portrait){.slide-2 .text-wrapper{width:80%;top:10%;left:10%}.slide-2 .xo-wrapper{width:70%;bottom:15%;right:15%}}.slide-3 .text-wrapper{width:60%;top:2%;left:10%}.slide-3 .vivora{width:30%;bottom:25%;right:10%}@media (orientation:portrait){.slide-3 .text-wrapper{gap:.75em;width:80%;top:5%}.slide-3 .text-wrapper .text-2,.slide-3 .text-wrapper .text-4{text-align:right}.slide-3 .vivora{width:45%;bottom:5%;right:27%}}.slide-4 .text-wrapper{width:60%;top:3%;left:10%}.slide-4 .video{width:80%;bottom:2%;left:10%}.slide-4 .full-width{z-index:1;width:100%;bottom:50%;left:0;translate:0 50%}@media (orientation:portrait){.slide-4 .show-ceci{top:15%}.slide-4 .text-wrapper{top:20%}.slide-4 .video{width:100%;bottom:20%;left:0}}.slide-5 .show-ceci{top:2%}.slide-5 .text-wrapper{width:70%;top:10%;left:10%}.slide-5 .cards{flex-wrap:wrap;justify-content:center;gap:1em 3%;width:80%;display:flex;bottom:15%;right:10%}.slide-5 .cards .card{aspect-ratio:1;grid-gap:5%;background-color:var(--wv-green);border-radius:.5em;grid-template-rows:60% 20%;align-content:center;justify-items:center;gap:5%;width:17.6%;display:grid;overflow:hidden}.slide-5 .cards .card img{height:100%}.slide-5 .cards .card div{color:var(--wv-orange);font-weight:700}@media (orientation:portrait){.slide-5 .show-ceci{top:5%}.slide-5 .text-wrapper{width:75%;top:15%;left:5%}.slide-5 .cards{gap:1em 4%;width:90%;right:5%}.slide-5 .cards .card{width:22%;font-size:var(--fs-s)}}.slide-6 .text-wrapper{width:60%;top:5%;left:10%}.slide-6 .spider{aspect-ratio:1400/575;width:70%;bottom:5%;left:15%}.slide-6 .spider>*{position:absolute;translate:-50% -50%}.slide-6 .spider .card-center{aspect-ratio:177/100;place-items:center;width:55%;display:grid;top:50%;left:50%}.slide-6 .spider .card-center>*{grid-area:1/1/-1/-1;position:absolute}.slide-6 .spider .card-center .circle{aspect-ratio:1;background-color:var(--wv-white);border-radius:50%;place-content:center;width:1.5em;margin-top:.1em;line-height:1.4;display:flex}.slide-6 .spider .card{background-position:50%;background-repeat:no-repeat;background-size:contain;place-content:center;display:grid}.slide-6 .spider .card.cardboard-1{aspect-ratio:174/100;background-image:url(../../imgs/supplies/carton-1.png);width:16%}.slide-6 .spider .card.cardboard-2{aspect-ratio:272/100;background-image:url(../../imgs/supplies/carton-2.png);width:25%}.slide-6 .spider .card.cardboard-3{aspect-ratio:100/52;background-image:url(../../imgs/supplies/carton-3.png);width:17%}.slide-6 .spider .card.card-1{left:50%}.slide-6 .spider .card.card-2{top:10%;left:75%}.slide-6 .spider .card.card-3{top:47%;left:86%}.slide-6 .spider .card.card-4{top:75%;left:75%}.slide-6 .spider .card.card-5{top:100%;left:50%}.slide-6 .spider .card.card-6{top:90%;left:20%}.slide-6 .spider .card.card-7{top:50%;left:14%}.slide-6 .spider .card.card-8{top:15%;left:22%}@media (orientation:portrait){.slide-6 .show-ceci{top:10%}.slide-6 .text-wrapper{width:70%;top:15%}.slide-6 .spider{width:100%;bottom:20%;left:0}}.slide-7 .show-ceci{top:2%}.slide-7 .text-wrapper{width:50%;top:27%;left:10%}.slide-7 .hermano{right:7%}.slide-7 .amiga{right:22%}@media (orientation:portrait){.slide-7 .text-wrapper{width:80%;top:10%}.slide-7 .hermano{width:25%;bottom:12%;right:20%}.slide-7 .amiga{width:25%;bottom:12%;right:50%}}.xo-wrapper{--_xo-color:var(--wv-orange);--_xo-border:6px;--_mark-width:70%;--_mark-border:16px;grid-template-areas:"wrapper";display:grid}.xo-wrapper[data-status=started] .cell{cursor:pointer;pointer-events:all}.xo-wrapper[data-color=o]{--_xo-color:var(--wv-teal)}.xo-wrapper[data-current=x] .xo-message-winner{color:var(--wv-orange)}.xo-wrapper .xo{width:100%;fill:var(--_xo-color);grid-area:wrapper}.xo-wrapper .xo-x-circle,.xo-wrapper .xo-o-circle{fill:none}.xo-wrapper .xo-x{fill:var(--wv-orange)}.xo-wrapper .xo-o{fill:var(--wv-teal)}.xo-wrapper .xo-board{aspect-ratio:1;grid-area:wrapper;grid-template-columns:repeat(3,1fr);place-items:center;width:100%;display:grid}.xo-wrapper .cell{aspect-ratio:1;border:var(--_xo-border) solid var(--_xo-color);pointer-events:none;place-items:center;width:100%;font-size:2.5em;display:grid}.xo-wrapper .cell:first-child,.xo-wrapper .cell:nth-child(2),.xo-wrapper .cell:nth-child(3){border-top:none}.xo-wrapper .cell:nth-child(3n+1){border-left:none}.xo-wrapper .cell:nth-child(3n+3){border-right:none}.xo-wrapper .cell:last-child,.xo-wrapper .cell:nth-child(8),.xo-wrapper .cell:nth-child(7){border-bottom:none}.xo-wrapper .cell[data-mark]{cursor:not-allowed}.xo-wrapper .cell[data-mark]:before,.xo-wrapper .cell[data-mark]:after{width:var(--_mark-width);position:absolute}.xo-wrapper .cell[data-mark][data-won]:before,.xo-wrapper .cell[data-mark][data-won]:after{border-color:var(--wv-white)}.xo-wrapper .cell[data-mark=x][data-won]{background-color:var(--wv-orange)}.xo-wrapper .cell[data-mark=x]:before,.xo-wrapper .cell[data-mark=x]:after{content:"";background-color:var(--wv-orange);border-top:var(--_mark-border) solid var(--wv-orange);border-radius:calc(var(--_mark-border) / 2)}.xo-wrapper .cell[data-mark=x]:before{transform:rotate(45deg)}.xo-wrapper .cell[data-mark=x]:after{transform:rotate(-45deg)}.xo-wrapper .cell[data-mark=o][data-won]{background-color:var(--wv-teal)}.xo-wrapper .cell[data-mark=o]:before{content:"";aspect-ratio:1;border:var(--_mark-border) solid var(--wv-teal);border-radius:50%}.xo-wrapper .xo-message-wrapper{grid-area:wrapper}
