.elementor-17700 .elementor-element.elementor-element-6e4ebe8{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-17700 .elementor-element.elementor-element-4ac1b64 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-17700 .elementor-element.elementor-element-ae8ee87{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-17700 .elementor-element.elementor-element-ba956d2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-17700 .elementor-element.elementor-element-8f55432 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-8f55432 */body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('https://mje.live/emkt/images/backgroun-image.png');
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}

/*********************************************************
Home
*********************************************************/
.home .title h1{
    color: #ffffff;
    font-size: 75px;
    text-align: center;
    margin-bottom: 10px;
}

.home .logo{
    text-align: center;
}

.home .logo img{
    max-width: 100%;
}

.home .button-start{
    text-align: center;
    margin-top: 40px;
}

.home .button-start a{
    background-color: #ffffff;
    font-size: 50px;
    padding: 40px 200px 40px 100px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 60px;
    display: inline-block;
    position: relative;
}

.home .button-start a::before{
    content: '';
    width: 71px;
    height: 82px;
    background-image: url('https://mje.live/emkt/images/mouse-clique.png');
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translateY(-50%);
}

.home .images-tylenol{
    margin-top: 60px;
    text-align: center;
}

.home .images-tylenol img{
    max-width: 80%;
}

.home .texto-footer{
    position: absolute;
    bottom: 2%;
    left: 2%;
}

.home .texto-footer img{
    max-width: 100%;
}

/*********************************************************
Game
*********************************************************/
.game{

}

.game .game-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.game .game-title .title{
    width: 40%;
}

.game .game-title .title h2{
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 5px;
}

.game .game-title .title img{
    max-width: 65%;
}

.game .game-title .disclaimer{
    width: 60%;
}

.game .game-title .disclaimer .disclaimer-wrapper{
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,.1);
    padding: 40px 40px;
    border-radius: 40px;
}

.game .game-title .disclaimer .image{
    margin-right: 30px;
}

.game .game-title .disclaimer .excerpt span{
    color: #ffffff;
    font-size: 28px;
}

.game .game-screen{
    background-color: rgba(255,255,255,.04);
    padding: 20px;
    border-radius: 40px;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    position: relative;
}

.row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
}

.row:last-child{
    margin-bottom: 0px;
}

.word {
    margin: 10px;
    padding: 10px;
    cursor: move;
    text-align: center;
    width: 16.6%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.word img{
    width: 100%;
}
/* .droppable {
    border: 2px dashed #ccc;
    padding: 20px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
#modal {
    display: none;
}

#modal::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.modal-wrapper{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e5282b;
    border: 1px solid #e5282b;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 20%;
    height: 22%;
    z-index: 99999;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-wrapper .imagem-produto{
    position: absolute;
    top: -60px;
    right: -85px;
    transform: rotate(-18deg);
}

#modal .modal-wrapper .imagem-produto img{
    max-width: 60%;
}

#modal img {
    max-width: 100px;
    display: block;
    margin: 0 auto 10px;
}

#modal .modal-wrapper img{
    max-width: 70%;
}

#modal .modal-wrapper .tylenol-image img{
    margin-top: 10px;
}

.modal-wrapper p{
    font-size: 30px;
    color: #ffffff;
    margin: 0px 0px 5px;
    text-align: center;
    font-weight: 700;
    text-transform: upper;
}

.modal-wrapper .continuar{
    margin-top: 20px;
}

.modal-wrapper .continuar a{
    background-color: #ffffff;
    font-size: 20px;
    padding: 10px 50px 10px 50px;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 60px;
    display: inline-block;
    position: relative;
}

/*********************************************************
Tela Final
*********************************************************/
.game{

}

.final-screen .game-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
    padding: 0px 60px;
}

.final-screen .game-title .title{
    width: 65%;
}

.final-screen .game-title .title h2{
    color: #ffffff;
    font-size: 65px;
    margin-bottom: 5px;
}

.final-screen .game-title .title img{
    max-width: 65%;
}

.final-screen .game-title .disclaimer{
    width: 35%;
}

.final-screen .game-title .disclaimer .disclaimer-wrapper{
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,.4);
    padding: 40px 40px;
    border-radius: 40px;
}

.final-screen .game-title .disclaimer .image{
    margin-right: 30px;
}

.final-screen .game-title .disclaimer .excerpt span{
    color: #ffffff;
    font-size: 58px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}/* End custom CSS */






