/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('MYRIADPRO-REGULAR.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('MYRIADPRO-COND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('MYRIADPRO-CONDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('MyriadPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('MYRIADPRO-SEMIBOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('MYRIADPRO-SEMIBOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('MYRIADPRO-BOLDCOND.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('MYRIADPRO-BOLDIT.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('MYRIADPRO-BOLDCONDIT.woff') format('woff');
    }
body {
    background-color:#412779 !important;
}
.game {
    padding: 6%;
}

.border  {
    border:3px solid #e86a09;
    border-radius:80px;
}

.holder {
    display: flex;
    height: 93vh;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.home h1 {
    font-family: 'Myriad Pro Regular';
    color: #f3a971;
    font-size: 99px;
}
.home h3 {
    font-family: 'Myriad Pro Regular';
    color: white;
    font-size: 48px;
}

.hold-g {
    width: 100%;
    padding: 6%;

}

input.bt2 {
    background-color: #e86a09;
    border: 0px;
    color: white;
    font-family: Myriad Pro Bold;
    font-size: 40px;
    margin: 0px;
    padding: 11px 58px;
    border-radius: 72px;
    padding-top: 17px;
    margin-top: 70px;
}

.pergunta {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
a.respost {
    display: flex;
    align-items: center;
}
.alternativa {
    text-transform: lowercase;
    background-color: white;
    color: #412779;
    border-radius: 100px;
    font-size: 22px;
    padding: 3px 14px;
    padding-top: 4px;
}
.pergunta h3 {
    padding: 40px;
    margin-top: -3px;
    font-size: 47px;
    height: 270px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.resp {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.resp ul {
    margin: 0px;
    padding: 0px;
}

.resp ul li {
    list-style: none;
    background-color: #e86a09;
    font-family: 'Myriad Pro Regular';
    padding: 16px 21px;
    margin-bottom: 30px;
    border-radius: 100px;
    font-size: 20px;
    min-height: 101px;
}

.resp ul li a {
    color: white;
}

.resposta {
    line-height: 35px;
    padding-left: 12px;
    font-size: 32px;
}
li.aternativa {
    display: flex;
}

.container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: auto;
}
.container2 img {
    height: 480px;
}
.container2 h1 {
    color: white;
    font-family: Myriad Pro Bold;
}

.container2 p {
    font-family: 'Myriad Pro Regular';
    color: white;
    font-size: 3em;
    text-align: center;
    line-height: 44px;
}

a.bt-next-question {
    background-color: orange;
    padding: 10px 21px;
    color: white !important;
    font-family: 'Myriad Pro Bold';
    font-size: 2em;
    border-radius: 30px;
    margin-top: 6em;
}

.end {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.end h1 {
    text-align: center;
    font-family: 'Myriad Pro Bold';
    font-size: 5em;
}

span.bt-next-question {
    background-color: #e86a09;
    color: white;
    margin-top: 70px;
    font-size: 2em;
    font-family: 'Myriad Pro Bold';
    padding: 10px 27px;
    border-radius: 52px;
}