@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');

:root {
    background-color: #222222;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    font-family: 'Noto Bold';
}

ul{
    margin-top: 0px;
}

#flipbook .shadow, #flipbook.shadow{
  -webkit-box-shadow: 0 4px 10px #666;
  -moz-box-shadow: 0 4px 10px #666;
  -ms-box-shadow: 0 4px 10px #666;
  -o-box-shadow: 0 4px 10px #666;
  box-shadow: 0 4px 10px #666;
}

#flipbook{
    background-color: #ffffff;
}

.imagensRespostaFixes{
    display: block;
    background-color: #222222;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.primeiraimg{
    width: 60px;
    justify-content: center;
    margin-top: 10px;
}

.segundaimg{
    width: 45px;
    justify-content: center;
}

.terceiraimg{
    width: 50px;
    justify-content: center;
}

.quartaimg{
    width: 85px;
    justify-content: center;
}

.footer{
    font-size: 20px;
    text-align: center;
    color: #dec463;
    position: relative;
    bottom: 10%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    transform: translateY(-100%);
}
/*    font-size: 20px;
    text-align: center;
    color: #dec463;
    position: absolute;
    bottom: 10%;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
*/

td{
    font-size: 17px;
    color: #dec463;
    margin-bottom: 5rem;
}

h1 {
    font-size: 5.4rem;
    color: #dec463;
}

ul {
    font-size: 5.4rem;
    color: #dec463;
}

h2 {
    font-size: 4.2rem;
    margin-bottom: 4rem;
    color: #dec463;

}

.container {
    width: 100vw;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem;
    /*background-color: antiquewhite;*/
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none;
}

.textContinuar {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2.4rem;
}

.btn {
    font-size: 2.4rem;
    padding: 2rem 0;
    width: 30rem;
    text-align: center;
    text-decoration: none;
    color: #dec463;
    background: #222222;
    border-color: #dec463;
    border-style: solid;
    border-width: 2px;
    border-radius: 400px;
    font-size:25px;
    margin-bottom: 1rem;
}

.btn-final {
    font-size: 2.4rem;
    padding: 2rem 0;
    width: 30rem;
    text-align: center;
    text-decoration: none;
    color: #dec463;
    background: #222222;
    border-color: #dec463;
    border-style: solid;
    border-width: 2px;
    border-radius: 400px;
    font-size:25px;
    margin-bottom: 2.5rem;
}

#nexprev {
    display: table;
    margin: 0 auto;
}

.btn:hover {
    cursor: pointer;
    box-shadow: 0 0.4rem 1.4rem 0 #dec463;
    transition: transform 150ms;
    transform: scale(1.03);
}

.btn[disabled]:hover {
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

#jogar-btn {
    color: #222222;
    background: #dec463;
    margin: 40px;
    font-weight: bolder;
    
}


#jogar-btn-dois {
    color: #222222;
    background: #dec463;
    margin: 10px;
    font-weight: bolder;
    
}

.img_jogo {
    width: 330px;
    height: auto;
    margin-bottom:50px;
}

.img_jogo_centered {
    width: 330px;
    height: auto;
    margin: auto;
    display: block;
}

.img_jogo2 {
    width: 280px;
    height: auto;
    /*margin-bottom:30px;*/
    margin-top: 25px;
}

.img_macanita {
    width: 280px;
    height: auto;
    margin-bottom:30px;
    margin-top: 25px;
    fill: white;
}

.img_logoCrasto{
    width: 180px;
    height: auto;
    /*margin-bottom:30px;*/
    margin-top: 25px;
}

.img_jogoPrep {
    width: 280px;
    height: auto;
    /*margin-bottom:30px;*/
    margin-top: 15px;
    margin-bottom: 25px;
}

.img_botao {
    width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fa-crown {
    font-size: 2.5rem;
    margin-left: 1rem;
    color:#dec463;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/* End Page CSS */
.end-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30rem;
}

input {
    margin-bottom: 1rem;
    width: 20rem;
    padding: 1.5rem;
    font-size: 1.8rem;
    border: none;
}

input::placeholder {
    color: #aaa;
}

select {
    margin-bottom: 1rem;
    width: 20rem;
    padding: 1.5rem;
    font-size: 1.8rem;
    border: none;
}

.aromas5 {
    margin-bottom: 1rem;
    width: 20rem;
    padding: 1.5rem;
    font-size: 1.8rem;
    border: none;
}

#username {
    margin-bottom: 3rem;
    width: 100%;
    outline: none;
}


#email {
    margin-bottom: 3rem;
    width: 100%;
    outline: none;
}

#opinion {
    margin-bottom: 3rem;
    width: 100%;
    height: 300px;
    font-size: 20px;
    outline: none;
}

#end-text {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

#jogarmaismaintext{
    font-size: 2.4rem;
    text-align: center;
    margin-top: 20px;
}

#jogarmaismaintextsecond{
    font-size: 2.4rem;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

#saveScoreBtn {
    border: none;
    margin-bottom: 30px;
    background-color: #222222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fa-home {
    margin-left: 1rem;
    font-size: 2rem;
    color: #dec463;
}

#verRespostas{
    font-size: 34px;
    margin-bottom: 10px;
}

.fa-wine-glass {
    margin-left: 1rem;
    margin: auto;
    font-size: 2rem;
    color: #222222;
}

.fa-wine-bottle {
    margin-left: 1rem;
    font-size: 2rem;
    color: #222222;
}

#hud {
    /*background-color: antiquewhite;*/
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#indexLang{
    margin-bottom: 3rem;
}

#finalScore{
    margin-top: 10px;
    color:#dec463;
    font-size: 40px;
    margin-bottom: 0px;
}

.blocoCoroa{
    margin-top: 5px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;

}

#username{
    margin: 0px;
}

#end-text{
    color:#dec463;
    margin-bottom: 20px;
}

td {
    padding-right: 15px;
    margin: auto;
    /*text-align: right;*/
}

.colunaPontos{
    min-width: 65px;
}

.colunaTempo{
    min-width: 51px;
}

#putBefore{
    margin-top: 10px;
}

a {
    color:#dec463;
}

#vRespostasPergunta{
    margin-top: 20px;
    font-size:25px;
    text-align: center;
}
#vRespostasResposta{
    margin-top: 40px;
    font-size:25px;
    font-weight: 100;
    margin-bottom: 25px;
    text-align: center;
}

#btnResposta{
    margin-bottom: 20px;
}

#btnContinuarBottles{
    margin-bottom: 20px;
}

#preparacaoTitulo{
    font-size:30px;
}

#preparacaoTitulo{
    font-size:30px;
    text-align: center;
}

#preparacaoTexto{
    margin-top: 10px;
    font-size:25px;
    font-weight: 100;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}

#regrasTexto{
    margin-top: 10px;
    font-weight: 100;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 19px;
    text-align: justify;
    margin-bottom: 30px;

}

#regrasTextoCenter{
    margin-top: 10px;
    font-weight: 100;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 19px;
    text-align: center;
    margin-bottom: 30px;

}

#regrasTextoHeader{
    margin-top: 10px;
    font-size:21px;
    font-weight: 100;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 493px;
}

#comprar-btn {
    background-color: #dec463;
    color: #222222;
    padding-left: 50px;
    padding-right: 50px;
}

.img_jogoCrasto{
    width:100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

#quintaCrasto-btn{
    background-color: #dec463;
    color: #222222;
    width: 300px !important;
    line-height: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.share-btn > a {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    font-family: Verdana, Arial;
}
.share-btn > a:hover {
    cursor: pointer;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;

    margin-bottom: 0.8rem;
    width: 70%;
    border-radius: 10px;
    color: #dec463;
    background: #222222;
    font-size: 2.5rem;
    border-color: #dec463;
    border-style: solid;
    border-width: 2px;
    min-height: 4.5rem;

    text-decoration: none;
    text-align: center;
    /*text-align: center !important;*/
}

img.img_jogo_visao {
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 200px;
}

img.img_jogo_copos_tinto {
    max-width: 449px;
}

img.img_jogo_copos_branco {
    max-width: 530px;
}

img.img_jogo_roda_aromas {
    max-width: 538px;
}

.collapsibleInside {
    cursor: pointer;
    padding: 8px;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 20px;
    color: #dec463;
    background: #222222;
    border-color: #dec463;
    border-style: solid;
    border-width: 2px;
    width: 100%;
    font-size: 2.5rem;
    margin-bottom: 10px;
/*
    margin-bottom: 0.8rem;
    width: 100%;
    border-radius: 20px;
    color: #dec463;
    background: #222222;
    font-size: 3rem;
    max-width: 80%;
    border-color: #dec463;
    border-style: solid;
    border-width: 2px;
    min-height: 4.5rem;
*/
    /*text-align: center !important;*/
}

iframe {
    width: 500px;
    height: 300px;
    margin-bottom: 30px;
}



/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color:#dec463 !important;
    color: #000 !important;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  /*padding: 0 18px;*/
  display: none;
  overflow: hidden;
  width: 100%;

  text-align: center;
  max-width: 532px;
  margin-bottom: 30px;
}

div#home {
    width: 100%;
}

.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
    margin:auto;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
    margin:auto;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

@media only screen and (max-width: 762px) {
    body {
      /*background-color: lightblue;*/
    }
    .img_jogo{
        width: 250px;
        height: auto;
        margin-bottom:50px;
        margin-top: 20%;
    }

    .img_jogo_preparacao{
        width: 175px;
        height: auto;
        margin-bottom:10px;
        
    }

    .btn{
        width: 250px;
    }

    .btn-final{
        width: 250px;
    }

    .comprar-btn{
        width: 250px;
    }

    #regrasTexto{
        font-size: 19px;
        text-align: justify;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #regrasTextoCenter{
        font-size: 19px;
        text-align: center;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .collapsible{
        font-size: 20px;
        width: 100%;
        min-height: 2rem;
        height: 5rem;
        line-height: 8px;
    }

    .collapsibleInside{
        font-size: 20px;
    }

    #regrasTextoHeader{
            font-size: 18px;
            /*max-width: 493px;*/
    }

    img.img_jogo_copos_tinto {
        max-width: 290px;
    }
    img.img_jogo_copos_branco {
        max-width: 330px;
    }
    img.img_jogo_roda_aromas {
        max-width: 335px;
    }
    iframe {
        width: 315px;
        height: 180px;
        margin-bottom: 30px;
    }

  }