body{
    background: rgb(255, 204, 0);
    font: normal 15pt Arial;
    -webkit-text-stroke: 2px black; 
    text-shadow: 10px;
}

header{
    color: white;
    text-align: center;
    font: normal 30pt Arial Black;

}

.ladinho{
    background: rgb(0, 170, 40);
    border-radius: 10px;
    width: 350px;
    height: 480px;
    margin-left: 100px;
    position: absolute;
    top: 180px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
    box-shadow: 5px 5px 5px black;
    
}


.pontua{
    background: rgb(0, 170, 40);
    border-radius: 10px;
    width: 425px;
    height: 480px;
    margin-left: 30px;
    position: absolute;
    top: 180px;
    z-index: 0;
    opacity: 0;
    transition: opacity 1000ms linear;
}

.pontua_txt{
    color: white;
    font: normal 30pt Arial Black;
    text-align: center;
    position: absolute;
    top: 15%;
}

.pontua_txt2{
    color: white;
    font: normal 50pt Arial Black;
    text-align: center;
    position: relative;
    top: 35%;
}

.botao{
    background-color: white;
    position: relative;
    top: 140px;
    left: 160px;
    font: normal 10pt Arial Black;
    color: black;
    box-shadow: 10px;
    -webkit-text-stroke: 0px black; 
}

.botao:hover{
    cursor: pointer;
}

.cartinhaL{

    position: relative;
    height: 240px;
    float:left;
    z-index: 1;
    opacity: 0;
    transition: opacity 300ms linear;
    
}

.cartinha{

    position: relative;
    height: 240px;
    float:left;
    z-index: 1;

}


.cartinha_pos{
    color: white;
    -webkit-text-stroke: 1px black; 
    position: absolute;
    text-align: center;
    top: 50px;
    left: 30px;
    font: normal 15pt Impact;
    z-index: 1;
    opacity: 1;
    transition: opacity 400ms linear;

}

.cartinha_ov{
    color: white;
    -webkit-text-stroke: 1px black; 
    position: absolute;
    text-align: center;
    top: 75px;
    left: 30px;
    font: normal 15pt Impact;
    z-index: 1;
    opacity: 1;
    transition: opacity 600ms linear;
    -webkit-transition: opacity 600ms linear;
}

.cartinha_nome{
    color: white;
    -webkit-text-stroke: 1px black; 
    position: relative;
    top: -118px;
    text-align: center;
    font: normal 15pt Impact;
    z-index: 1;
    opacity: 1;
    transition: opacity 600ms linear;

}

.cartinha_tipo{
    color: white;
    -webkit-text-stroke: 0.5px black; 
    position: relative;
    top: -70px;
    text-align: center;
    height: 240px;
    font: normal 8pt Impact;
    z-index: 1;
    opacity: 1;
    transition: opacity 400ms linear;

}

.cartinha_foto{
    position: absolute;
    top: 28px;
    left: 24px;
    width: 130px;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
    transition: opacity 400ms linear;
}

.time_foto{
    position: absolute;
    top: 150px;
    left: 66px;
    width: 40px;
    object-fit: cover;
    overflow: hidden;
    z-index: 1;
    opacity: 1;
    transition: opacity 400ms linear;
}

.hitbox1{
    background: black;
    width: 170px;
    height: 230px;
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 2;
}

.hitbox2{
    background: black;
    width: 170px;
    height: 230px;
    position: absolute;
    top: 0px;
    left: 180px;
    opacity: 0;
    z-index: 2;
}

.hitbox3{
    background: black;
    width: 170px;
    height: 230px;
    position: absolute;
    top: 250px;
    opacity: 0;
    z-index: 2;
}

.hitbox4{
    background: black;
    width: 170px;
    height: 230px;
    position: absolute;
    top: 250px;
    left: 180px;
    opacity: 0;
    z-index: 2;
}

.hitbox1:hover, .hitbox2:hover, .hitbox3:hover, .hitbox4:hover{
    cursor: pointer;
}

.button {
    padding: 16px 10px;
    position: absolute;
    top: 180px;
    left: 30px;
    font-size: 30px;
    background-color:  rgb(0, 170, 40);
    transition-duration: 0.4s;
    z-index: 1;
    box-shadow: 5px 5px 5px black;
  }
  
  .button:hover{
    background-color:white;
    cursor: pointer;
    box-shadow: 10px 5px 5px black;
  }

  .contador {
    height: 50px;
    width: 65px;
    position: absolute;
    top: 270px;
    left: 30px;
    text-align: center;
    font: bolder 32pt arial;
    color: white;
    -webkit-text-stroke: 1px black; 
    background-color:  rgb(0, 170, 40);
    z-index: 1;
    outline: 2px solid black;
    box-shadow: 5px 5px 5px black;
  }

  .ouro {
    height: 50px;
    width: 65px;
    position: absolute;
    top: 350px;
    left: 30px;

    font: bolder 32pt arial;
    color: white;
    -webkit-text-stroke: 1px black; 
    background-color:  rgb(0, 170, 40);
    z-index: 1;
    outline: 2px solid black;
    box-shadow: 5px 5px 5px black;
    font: normal 30pt impact;
  }
  #din{
    text-align: center;
    margin-left: 12px;
  }
  
  .moeda {
    height: 30px;
    width: 18px;
    text-align: center;
    position: absolute;
    top: 358px;
    left: 25px;
    color: white;
    font: normal 18pt impact;
    -webkit-text-stroke: 1px black; 
    background-color:  rgb(255, 255, 0);
    z-index: 1;
    outline: 1px solid black;
  }

.campo{

    background: rgb(0, 170, 40);
    border-radius: 10px;
    width: 1030px;
    height: 480px;
    position: absolute;
    left: 480px;
    top: 180px;
    z-index: 1;
    box-shadow: 5px 5px 5px black;

}

.form{

    background: rgb(0, 170, 40);
    border-radius: 10px;
    width: 1500px;
    height: 490px;
    position: absolute;
    left: 20px;
    top: 180px;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1000ms linear;
    transition: opacity 1000ms linear;
    -webkit-text-stroke: 0px black; 
    box-shadow: 5px 5px 5px black;

}

.form_txt{
    color: white;
    left: 450px;
    top: 100px;
    position: absolute;
    font: normal 30pt Arial Black;
    -webkit-text-stroke: 2px black; 

}

select{
    width: 600px;
    text-align: center;
    top: 200px;
    left: 450px;
    position: absolute;
    font: normal 30pt Arial Black;
}

select:hover{
    cursor: pointer;
}

.custo5{
    background-color: black;
    padding: 5px;
    border-radius: 10px;
    width: 60px;
    position: absolute;
    top: 190px;
    left: 50px;
    z-index: 5;
}

footer{
    color: white;
    text-align: center;
    font-style: italic;

}