﻿@charset "UTF-8";

@font-face {
    font-family: "Gotham Book";
    src: url("/Content/fonts/gotham-book/Gotham Book.eot");
    src: url("/Content/fonts/gotham-book/Gotham Book.woff2") format("woff2"), 
        url("/Content/fonts/gotham-book/Gotham Book.woff") format("woff"), 
        url("/Content/fonts/gotham-book/Gotham Book.ttf") format("truetype"), 
        url("/Content/fonts/gotham-book/Gotham Book.svg") format("svg");
}

html, body {
    height: 100%;
    font-family: "Gotham Book"  ;
}

strong {
    font-weight: bolder !important;
}

.Site {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.game-container {
    height: 100%;
}

#questions {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 100px;
    background-repeat: no-repeat;
}

/* bgs capital-intelectual code */
.bg-capital-intelectual {
    background-image: url(/Content/images/background_capital-intelectual.svg);
    background-position-x: center;
    background-size: 930px;
    background-position-y: -150px;
}

.bg-capital-intelectual p[style] {
    color: white !important;
    margin-left: 50px;
}

.bg-capital-intelectual .game-text {
    color: white !important;
    max-width: 500px;
}

.bg2-capital-intelectual {
    background-image: url(/Content/images/background_capital-intelectual2.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -420px;
    background-size: 1200px;
}
.bg2-capital-intelectual .game-title[style] {
    color: white !important;
    max-width: 90%;
}

.bg2-capital-intelectual .btnrange-caption[style] {
    color: white !important;
}

/* bgs capital-espiritual code */
.bg-capital-espiritual {
    background-image: url(/Content/images/background_capital-espiritual.svg);
    background-position-x: 40%;
    background-size: 1500px;
    background-position-y: -230px;
}

.bg-capital-espiritual p[style] {
    color: white !important;
    margin-left: 50px;
    max-width: 300px;
}

.bg-capital-espiritual .game-text {
    max-width: 300px;
}

.bg2-capital-espiritual {
    background-image: url(/Content/images/background_capital-espiritual2.svg);
    background-size: 900px;
    background-position-x: 50%;
    background-position-y: -100px;
}

/* bgs for capital-emocial code*/
.bg-capital-emocional {
    background-image: url(/Content/images/background_capital-emocional.svg);
    background-position-x: 0%;
    background-size: 900px;
    background-position-y: -80px;
}
.bg-capital-emocional .game-text[style] {
    color: black !important;
    max-width: 350px;   
}
    .bg-capital-emocional .game-title[style] {
        max-width: 350px;
    }

.bg2-capital-emocional {
    background-image: url(/Content/images/background_capital-emocional2.svg);
    background-size: 700px;
    background-position-x: 75%;
    background-position-y: -100px;
}


/* bgs for capital-humano code*/
.bg-capital-humano {
    background-image: url(/Content/images/background_capital-humano.svg);
    background-position-x: center;
    background-position-y: -50px;
    background-size:1000px;
}

.bg-capital-humano p[style] {
    color: white !important;
    margin-left: 50px;
}

.bg-capital-humano .game-text {
    max-width: 350px;
}


.bg2-capital-humano {
    background-image: url(/Content/images/background_capital-humano2.svg);
    background-size: 700px;
    background-position-x: 68%;
    background-position-y: -50px;
}

/* bg code trasmutacao*/
.bg-transmutacao {
    background-image: url(/Content/images/background_transmutacao.svg);
    background-position-x: 40%;
    background-size: 750px;
}

.bg-transmutacao p {
    margin-left: 40%;
}

.bg-transmutacao .game-text {
    color: black !important;
}
.bg2-transmutacao {
    background-image: url(/Content/images/background_transmutacao2.svg);
    background-size: 900px;
    background-position-x: 20%;
    background-position-y: -150px;
}

.vertical-timeline {
    margin-top: -50px;
}

.q-card {
    margin-top: -10px !important;
}


@media print {
    .ng-hide {
        display: block !important;
    }
}

main {
    flex: 1 0 auto;
}

header {
    background: #ffffff;
    padding: 1rem;
    z-index: 2000;
    position: relative;
    margin: 0 !important;
}

.lang {
    font-size: 12px;
    font-weight: 4  00;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
    cursor: pointer;
}

.selected {
    font-weight: bold;
}

.v-center {
    display: flex;
    align-items: center;
}

.header {
    padding: 0px;
}
.header-logo {
    height:  80px;
    object-fit: contain;
}

.customfooter {
    position: absolute;
    width: 100%;
    bottom: 2px;
    height: 30px;
    background-color: black;
    z-index: 100;
    padding: 0 2.1875rem;
    color: #77cfc6;
    z-index: 9990;
}

.customfooter {
    margin: 1rem;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

#modalErrorReport {
    z-index: 9999 !important;
}

.langChanger {
    z-index: 100;
    position: absolute;
    left: 97%;
    top: 1%;
}

.langChanger .selected {
    border: 1px solid white;
}

/*.nav {
text-align: center;
overflow: hidden;
margin: 2em auto;
position: relative
}

.nav label {
display: block;
position: relative;
float: left;
padding: 1em 0 2em;
text-decoration: none;
color: #393939;
transition: .7s
}*/
.nav label:hover {
    color: #c6342e;
}

#game-header {
    background: #355249;
    padding-top: 1.25rem;
}

#timeline {
    padding: 0 1rem 0.5rem 0.5rem;
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.innerLine {
    position: relative;
    background-color: #2c1708;
    height: 2px;
    top: 65px;
    line-height: 50%;
    width: 89%;
}

#timeline > li {
    width: 10%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    transition: width 0.7s ease-out;
    list-style-type: none;
}

#timeline > li:last-child:not(:first-child) {
    float: right;
}

#timeline > li > a {
    display: block;
    position: relative;
    z-index: 3;
}

#timeline > li > a figure {
    max-width: 60px;
    max-height: 60px;
    /*border-radius: 50%;*/
    padding: 5px;
    border: 2px solid #2c1708;
    margin-left: 15px;
}

#timeline > li > a .label {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 0 0 0;
    line-height: 1.2;
    max-width: 90px;
    margin: 0 0 0 2px;
}

#timeline > li > a img {
    width: 100%;
    height: auto;
}

#timeline > li#capital-intelectual > a,
#timeline > li#capital-intelectual > a .label,
#timeline > li#capital-intelectual .marker {
    color: #f7941e;
}

#timeline > li#capital-intelectual > a figure,
#timeline > li#capital-intelectual .marker {
    background-color: #f7941e;
}

#timeline > li#capital-emocional > a,
#timeline > li#capital-emocional > a .label,
#timeline > li#capital-emocional .marker {
    color: #008feb;
}

#timeline > li#capital-emocional > a figure,
#timeline > li#capital-emocional .marker {
    background-color: #0072bc;
}

#timeline > li#capital-espiritual > a,
#timeline > li#capital-espiritual > a .label,
#timeline > li#capital-espiritual .marker {
    color: #ef56e3;
}

#timeline > li#capital-espiritual > a figure,
#timeline > li#capital-espiritual .marker {
    background-color: #a3238e;
}

#timeline > li#capital-humano > a,
#timeline > li#capital-humano > a .label,
#timeline > li#capital-humano .marker {
    color: #8dc63f;
}

#timeline > li#capital-humano > a figure,
#timeline > li#capital-humano .marker {
    background-color: #8dc63f;
}

#timeline > li#transmutacao.selected .inner li {
    width: 16.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

#timeline > li#transmutacao.selected .inner li:last-child:not(:first-child) {
    float: right;
}

#timeline > li#transmutacao > a,
#timeline > li#transmutacao > a .label,
#timeline > li#transmutacao .marker {
    color: #e9530d;
}

#timeline > li#transmutacao > a figure,
#timeline > li#transmutacao .marker {
    background-color: #e9530d;
}

#timeline > li .inner {
    margin: 0;
    display: none;
    width: 0%;
    min-height: 90px;
}

#timeline > li .inner li {
    width: 25%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}

#timeline > li .inner li:last-child:not(:first-child) {
    float: right;
}

#timeline > li .inner li a {
    text-align: center;
    color: #383838;
    display: block;
    padding-top: 45px;
    height: 60px;
    position: relative;
}

#timeline > li .inner li a .marker {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -6px;
    right: auto;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #2c1708;
    background-color: #355249;
    transition: all 0.3s;
}

#timeline > li .inner li a span {
    position: relative;
    color: #2c1708;
    display: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 0 0 0;
    line-height: 5;
    margin: 0 auto;
}

#timeline > li .inner li a.complete .marker {
    background-color: #2c1708 !important;
}

#timeline > li .inner li a:hover .marker {
    background-color: #2c1708 !important;
}

#timeline > li.selected {
    width: 60%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

#timeline > li.selected:last-child:not(:first-child) {
    float: right;
}

#timeline > li.selected > a {
    width: 15%;
    float: left;
    padding-right: 0;
    padding-left: 0;
}

#timeline > li.selected > a:last-child:not(:first-child) {
    float: right;
}

#timeline > li.selected .inner {
    width: 85%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    display: block;
}

#timeline > li.selected .inner:last-child:not(:first-child) {
    float: right;
}

#timeline > li.selected .inner li a .marker {
    margin-left: -9.5px;
    height: 18px;
    width: 18px;
}

#timeline > li.selected .inner li a:hover span {
    display: block;
}

#timeline > li.selected .inner li a.current .marker {
    background-color: #2c1708 !important;
}

#timeline > li.selected .inner li a.current span {
    display: block;
}

#timeline > li.selected .inner li a.complete .marker:before {
    content: "\2713";
    font-size: 12px;
    position: relative;
    left: 0;
    top: -6px;
}

#timeline > li.selected .inner li a.complete span {
    display: block;
}

#timeline > li.unselected .complete .marker:after {
    content: "";
}

.line {
    height: 15px;
    background-color: #2c1708;
}

.col-card {
    animation-duration: 2s;
}

/*#questions .col-card:last-child:not(:first-child) {
float: right
}*/
.col-card {
    max-width: 250px;
    margin-top: 10px;
    margin-bottom: 50px;
}

/*.col-card h3 {
position:relative;
border-top-left-radius: 0.8rem;
border-top-right-radius: 0.8rem;
background-color: #0a0a0a;
padding: 0.5rem 0 0.4rem 0;
color: #f7941e;
text-transform: uppercase;
font-size: .8125rem;
text-align: center;
bottom:-20px !important;
z-index:1;
width:auto;

}*/
.col-card h3 {
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    background-color: #0a0a0a;
    padding: 0.5rem 0 0.4rem 0;
    color: #f7941e;
    text-transform: uppercase;
    font-size: .8125rem;
    margin: 0 1.875rem;
    text-align: center;
}

#questions .col-game header {
    margin: 0 0 4rem;
}

#questions .col-game h2 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.col-game h2 img {
    padding: 0 1.5625rem;
}

.col-game h5 {
    font-size: 1.0625rem;
    margin-bottom: 0;
}

.col-game .question {
    text-align: center;
}

.col-game footer {
    margin: 4rem 0 0;
}

.col-game .button {
    border-color: #77cfc6;
    color: #47beb2;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.85em 3em;
}

#questions .col-game .button:hover {
    color: #fefefe;
    background-color: #85d4cc;
}

#questions .col-game .button:hover.disabled {
    background: none;
    color: #47beb2;
}

#questions .col-game .button-group .button {
    margin-left: 1rem;
    margin-right: 1rem;
}

.card-wrapper {
    position: relative;
}

.card-wrapper img {
    position: absolute;
    left: 0;
    z-index: 4;
    width: auto;
    margin: 0 auto;
}

.card-wrapper img.tema {
    display: block;
    position: relative;
    z-index: 2;
}

.card-wrapper img.card2 {
    z-index: 3;
}

.card-wrapper img.card3 {
    z-index: 5;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #355249;
    color: #fefefe;
}

.button-intro {
    border-radius: 8px;
    border: solid 1px #f89420;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: white;
    color: #f89420;
    min-width: 100px;
}

.button-intro:focus {
    background-color: white;
}

.button-intro:hover {
    background-color: white;
}

.modal h8 {
    background-color: #355249;
    z-index: 100 !important;
    color: #b3e4df;
    height: 30px;
    /*background-color: #2c1708;*/
    padding: 0.5rem 0 0.25rem 0;
    color: #77cfc6;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    line-height: 30px;
}

.custom-modal {
    width: 50%;
    margin-top: 50px;
}

.custom-modal .btn {
    background-color: #e9530d;
}

.intro-modal {
    width: 40%;
    margin-top: 50px;
}
.intro-modal > .modal-container {
    padding: 1rem 5rem 1rem 5rem;
}

.intro-modal p {
    color: black;
}

.result-modal {
    top: 15% !important;
        bottom: 10%;
}

.modal-title {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    color: #f89420;
}

.box {
    /*display: inline-block;*/
    vertical-align: top;
    border-radius: 1rem;
    background: #ffffff !important;
    background: linear-gradient(to right, #b6e8e3, #b6e2ec);
    /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b6e8e3', endColorstr='#b6e2ec');*/
    padding: 10px 20px 10px 20px;
    font-size: 1rem;
    color: black;
    /*width: 100%;*/
    /*margin: 0px 0 25px 0;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.box h3 {
    position: relative;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;
    background-color: #355249;
    padding: 0.5rem 0 0.4rem 0;
    color: white;
    text-transform: uppercase;
    font-size: .8125rem;
    margin: 0 1.875rem;
    text-align: center;
    width: auto;
    top: -28px;
}

.box textarea {
    background-color: e2f3f1;
    min-height: 350px;
}

.rz-wrapper-holder .rzslider .rz-bar-wrapper {
    z-index: 2;
}

.rz-wrapper-holder .rzslider .rz-bar {
    height: 12px;
    border-radius: 5px;
    background: #8ecfe0;
    background: linear-gradient(to right, #8ecfe0, #8edcc0);
}

.rz-wrapper-holder .rzslider .rz-tick {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    background-color: #8dd3da;
}

.rz-wrapper-holder .rzslider .rz-pointer,
.rz-wrapper-holder .rzslider .rz-pointer.rz-active {
    top: -10px;
    z-index: 3;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #355249;
    border-radius: 50%;
    transition: 0.7s ease-in-out;
}

.rz-wrapper-holder .rzslider .rz-pointer:after,
.rz-wrapper-holder .rzslider .rz-pointer.rz-active:after {
    background-color: #77cfc6;
}

.rz-wrapper-holder small {
    margin-top: 1rem;
    width: 16.66667%;
    float: left;
    padding-right: 0;
    padding-left: 0;
    font-size: 70%;
}

.rz-wrapper-holder small:last-child:not(:first-child) {
    float: right;
}

/*ANIMACAO CARTA*/
/*
ANIMA╟├O CARTA

 */
.rotate {
    transition-duration: 1.6s;
    transition-property: transform;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@keyframes CapitalPlay {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.rotateCapitalPlay {
    -webkit-animation: CapitalPlay 1500ms;
}

@keyframes backToZero {
    from {
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    to {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.noRotation {
    animation: backToZero 0ms;
}

/*RESULTS*/
.center {
    animation: Result 2000ms;
    /*left: 50%;
    top: 40%;*/
/*
Nope =(
margin-left: -25%;
margin-top: -25%;
 */
/* 
Yep!
 */
/*animation:2s linear;*/
/*
Not even necessary really. 
e.g. Height could be left out!
 */
}

@keyframes Result {
    from {
        left: 50%;
        top: 40%;
        transform: rotateY(720deg) translate(100%, 20%);
        /*transform: rotate(720);*/
    }

    to {
        /*transform: rotate(720);*/
        /*transform: translate(0%, 0%);*/
    }
}
/*ANIMACAO RESULTS*/
#board-cards {
    position: relative;
    height: 720px;
    width: 720px;
    z-index: 1;
    overflow: hidden;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    #board-cards {
        height: 480px;
        width: 480px;
    }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
    #board-cards {
        height: 580px;
        width: 580px;
    }
}

#board-cards #board-wrapper {
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#board-cards #stage {
    position: relative;
    height: 1440px;
    width: 1440px;
    -ms-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    right: auto;
    bottom: auto;
    overflow: visible;
    background-color: rgba(255, 255, 255, 0);
    background-size: 100% 100%;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
    #board-cards #stage {
        transform: scale(0.67) translateZ(0px);
    }
}

@media screen and (min-width: 64em) and (max-width: 89.9375em) {
    #board-cards #stage {
        transform: scale(0.8) translateZ(0px);
    }
}

#board-cards #board_bg {
    display: block;
    height: 1440px;
    width: 1440px;
    -ms-transform-origin: 0px 0px 0px;
    transform-origin: 0px 0px 0px;
    z-index: 1;
    margin: 0 auto;
    left: auto;
    top: 0px;
    right: auto;
    bottom: auto;
    background: url("../Content/images/board.png") no-repeat 0px 0px;
    background-size: 100% 100%;
    transform: scale(0.5) translateZ(0px);
}

#main #board-cards .card {
    position: absolute;
    width: 57px;
    height: 110px;
    margin: 0px;
    opacity: 1;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 2;
}

#board-cards .card img {
    width: 57px;
    height: 110px;
    -ms-transform: scale(1);
    transform: scale(1);
}

#board-cards .card1 {
    -ms-transform: translate(619px, 307px) rotate(90deg) scale(1);
    transform: translate(619px, 307px) rotate(90deg) scale(1);
}

#board-cards .card2 {
    -ms-transform: translate(592px, 188px) rotate(244deg) scale(1);
    transform: translate(592px, 188px) rotate(244deg) scale(1);
}

#board-cards .card3 {
    -ms-transform: translate(517px, 92px) rotate(40deg) scale(1);
    transform: translate(517px, 92px) rotate(40deg) scale(1);
}

#board-cards .card4 {
    -ms-transform: translate(410.5px, 35px) rotate(16deg) scale(1);
    transform: translate(410.5px, 35px) rotate(16deg) scale(1);
}

#board-cards .card5 {
    -ms-transform: translate(289px, 25.5px) rotate(-8deg) scale(1);
    transform: translate(289px, 25.5px) rotate(-8deg) scale(1);
}

#board-cards .card6 {
    -ms-transform: translate(175.2px, 66px) rotate(-32deg) scale(1);
    transform: translate(175.2px, 66px) rotate(-32deg) scale(1);
}

#board-cards .card7 {
    -ms-transform: translate(89.5px, 151.5px) rotate(-57deg) scale(1);
    transform: translate(89.5px, 151.5px) rotate(-57deg) scale(1);
}

#board-cards .card8 {
    -ms-transform: translate(47.6px, 266px) rotate(-82deg) scale(1);
    transform: translate(47.6px, 266px) rotate(-82deg) scale(1);
}

#board-cards .card9 {
    -ms-transform: translate(57px, 386px) rotate(-107deg) scale(1);
    transform: translate(57px, 386px) rotate(-107deg) scale(1);
}

#board-cards .card10 {
    -ms-transform: translate(116.5px, 492px) rotate(-132deg) scale(1);
    transform: translate(116.5px, 492px) rotate(-132deg) scale(1);
}

#board-cards .card11 {
    -ms-transform: translate(214px, 563px) rotate(-156deg) scale(1);
    transform: translate(214px, 563px) rotate(-156deg) scale(1);
}

#board-cards .card12 {
    -ms-transform: translate(332.5px, 588px) rotate(0deg) scale(1);
    transform: translate(332.5px, 588px) rotate(0deg) scale(1);
}

#board-cards .card13 {
    -ms-transform: translate(444px, 541px) rotate(-42deg) scale(1);
    transform: translate(444px, 541px) rotate(-42deg) scale(1);
}

#board-cards .card14 {
    -ms-transform: translate(498px, 429px) rotate(-88deg) scale(1);
    transform: translate(498px, 429px) rotate(-88deg) scale(1);
}

#board-cards .card15 {
    -ms-transform: translate(476.5px, 323.5px) rotate(-113deg) scale(1);
    transform: translate(476.5px, 323.5px) rotate(-113deg) scale(1);
}

#board-cards .card16 {
    -ms-transform: translate(398.5px, 235.5px) rotate(-151.5deg) scale(1);
    transform: translate(398.5px, 235.5px) rotate(-151.5deg) scale(1);
}

#board-cards .lotus {
    position: absolute;
    margin: 0px;
    opacity: 1;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: 2;
    height: auto;
    width: 130px;
    text-align: center;
    -ms-transform: translate(240px, 360px) rotate(0deg) scale(1);
    transform: translate(240px, 360px) rotate(0deg) scale(1);
}

#board-cards .lotus a {
    display: block;
    position: relative;
    top: 35px;
}

#board-cards .lotus img {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    animation-duration: 1s;
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}

.box h5 {
    font-size: 1rem;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}

.box ul {
    list-style: none;
    margin: 0 0 10px 0;
}

.box ul li {
    list-style-position: outside;
    padding-left: 25px;
    position: relative;
}

.box ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\2726";
    color: #378e87;
}

#board {
    position: absolute;
    z-index: -1;
    width: auto;
    height: auto;
    top: 50px;
}


.main-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: #aaaaaa;
}


.secondary-dot {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #aaaaaa;
    display: inline-block;
}

.vertical-timeline > li {
    line-height: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2px;
}

.sub-ul {
    line-height: 6px
}

.vertical-timeline > #capital-emocional.selected > span {
    background-color: #0072bc;
}

.vertical-timeline > #capital-emocional > ul > li > .complete > span {
    background-color: #0072bc;
}

.vertical-timeline > #capital-intelectual.selected > span {
    background-color: #f7941e;
}

.vertical-timeline > #capital-intelectual > ul > li > .complete > span {
    background-color: #f7941e;
}

.vertical-timeline > #capital-espiritual.selected > span {
    background-color: #a3238e;
}

.vertical-timeline > #capital-espiritual > ul > li > .complete > span {
    background-color: #a3238e;
}

.vertical-timeline > #capital-humano.selected > span {
    background-color: #8dc63f;
}

.vertical-timeline > #capital-humano > ul > li > .complete > span {
    background-color: #8dc63f;
}


.vertical-timeline > #transmutacao.selected > span {
    background-color: #e9530d;
}

.vertical-timeline > #transmutacao > ul > li > .complete > span {
    background-color: #e9530d;
}

.customFooter {
    display: flex;
    background: #e8e8e8;
    align-items: center;
    width: 100%;
    margin: 0;
}

.powered-by {
    display: flex;
    flex-direction: column;
    margin: .5rem;
}

.powered-by > span {
    font-size: 7px;
    margin-left: 5px;
}

.powered-by > img {
    margin-top: -10px;
}

.page {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.container {
    flex-grow: 1;
    margin-top: 120px;
    margin-bottom: 30px;
}

.btn-line {
    width: 1px;
    height: 21px;
    border-left: solid 1px #f89420;
    margin: auto;
}

.btn-next-container {
    margin-top: auto;
    margin-bottom: 3rem;
}
.btn-next {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #f89420;
    border: none;
    background: transparent;
}

.btn-mb0 {
    margin-bottom: 0px
}

.btn-next:focus {
    background-color: transparent;
}

.card-back {
    left: -30% !important;
    top: -30px !important;
    z-index: 3 !important;
    max-width: 70% !important;
}

.help-popup-container {
    display: flex;
    justify-content: flex-end;
}

.popup {
    position: relative;
    width: 280px;
    border-radius: 4px;
    background-color: #6b6b6b;
    color: white;
    padding: 15px 10px 15px 10px;
    z-index: 2001;
    margin-bottom: 5px;
}

.popup p {
    margin-top: 0;
    margin-bottom: 0;
}

.popup .row {
    margin-bottom: 5px;
}

.popup textarea {
    background-color: white;
    height: 125px;
    resize: none;
    color: black;
    outline: none;
    padding: 1rem;
    border-radius: 1px;
}

.popup-title {
    font-size: 20px;
}

.popup-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.08;
}

.send-btn {
    float: right;
    height: 25px;
    border-radius: 1px;
    background-color: #f89420;
    border: none;
    font-size: 12px;
    width: 79px;
}

.insight-textarea {
    background: #ffffff;
    width: 100%;
    height: 159px;
    box-shadow: 0 26px 16px -21px rgba(0, 0, 0, 0.5);
    border: solid 1px #f89420;
    padding: 12px 7px 12px 7px;
    width: 250px;
}

.insight-textarea:focus {
    outline: none;
}

.radio-btn {
    position: relative !important;
    opacity: 1 !important;
}

.button-range-container {
    display: flex;
    margin-bottom: 1rem;
}

.button-range-elem {
    border: none;
    color: white;
    margin: 1px;
    padding: 5px;
}

.button-range-circle {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    font-size: 12px;
}

.btnrange-left {
    float: left;
    max-width: 100px;
}

.btnrange-caption {
    font-size: 12px;
    font-weight: 600;
}

.btnrange-right {
    float: right;
    max-width: 100px;
    text-align: right;
}

.button-range-container > .selected > .button-range-circle {
    border: 1px solid white;
}

.report-btn {
    width: 126px;
    height: 30px;
    border-radius: 8px;
    border: none;
    background: #f26522;
    color: #ffffff;
}

.game-title {
    font-weight: 300;
    line-height: 1.07;
    font-size: 30px;
    margin: 0;
}

.game-text {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: black;
    margin: 0;
    margin-bottom: 1rem;
}

.game-text-sm {
    font-size: 12px;
    font-weight: 500;
    text-align: justify;
    margin: 0;
}

.help-btn {
    border-radius: 4px;
    background-color: #6b6b6b;
    margin-bottom: 5px;
    border: none;
    position: relative;
    z-index: 2000;
}

.help-btn:focus {
    background-color: #6b6b6b;
}

.login-box {
    max-width: 300px;
    margin-right: 60px;
}

.register-box {
    max-width: 300px;
}

.login-input {
    border: none !important;
    border-radius: 1px !important;
    height: 16px !important;
    padding: 9px !important;
    outline: none !important;
    background-color: #ffffff !important;
    color: black;
    font-size: 12px !important;
    font-weight: 300 !important;
}

.login-input:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}

.login-input:active {
    border-bottom: none !important;
    box-shadow: none !important;
}

.login-select {
    display: inline-block;
    border: none !important;
    border-radius: 1px !important;
    height: 16px !important;
    padding: 9px !important;
    outline: none !important;
    background-color: #ffffff !important;
    color: black;
    font-size: 12px !important;
    font-weight: 300 !important;
    color: black;
    margin-bottom: 20px;
    box-sizing: content-box;
}

.login-send-btn {
    float: right;
    border-radius: 1px;
    background-color: #f26522;
    border: none;
    color: white;
    font-size: 12px;
    font-weight: 300;
}
.login-send-btn:hover {
    background-color: #f26522;
}

.login-container {
    padding-top: 1rem;
    color: white;
    background: #f89420;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    padding-left: 12%;
    margin: 0px!important;
}

.h-center-childs {
    display: flex;
    justify-content: center;
}

.phone-img-container {
    width: 23px;
    height: 23px;
    border-radius: 4px;
    background-color: #8dc63f;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-title-sm {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
}

.login-title-md {
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
}

.login-title-lg {
    font-size: 45px;
    font-weight: 300;
    color: #ffffff;
    margin: 0px;
}

.login-container form {
    padding-top: 1rem;
}

.field-validation-error {
    margin-top: 1rem;
}

.login-container form input[type=submit] {
    margin-right: -18px;
}

.game-primary-bg-color {
    background-color: #f89420;
}

.fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000;
}

.fixed-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100000
}

.welcome {
    font-size: 30px;
    font-weight: 300;
    color: #f89420!important;
}

.modal-footer {
    background-color: #f7941e!important;
}

.result-modal-return-btn {
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin: 0px!important;
}

.result-modal-footer-note {
    line-height: 56px;
    vertical-align: middle;
    float: left;
    height: 56px;
}

.insight-modal-footer {
    padding: 0px 5px 0px 5px!important;
}

.instruction-modal {
    margin-top: 50px;
    width: 40%;
}

.results-box {
    color: white;
    background: #0069b3;
    padding: 1rem 2rem 1rem 2rem!important;
    border-radius: 10px;
}

.results-btn {
    background-color: #0069b3;
    width: 100%;
}

.results-box-hr {
    border: 1px solid #d55520;
    width: 100px;
    margin-left: 0px;
    margin-bottom: 1rem;
}


@media (max-width: 1007px) {
    .bg-capital-emocional {
        background-position-x: -300px;
    }
}

@media (max-width: 576px) {
    .card-col {
        margin-left: 20% !important;
    }

    .intro-modal {
        width: 90%;
    }

    .instruction-modal {
        width: 90%;
    }

    /* bgs capital-intelectual code */
    .bg2-capital-intelectual {
        background-position-y: 100px;
    }

    /* bgs capital-espiritual code */
    .bg-capital-espiritual {
        background-image: url(/Content/images/background_capital-espiritual.svg);
        background-position-y: -230px;
    }

    .bg2-capital-espiritual {
        background-position-y: 400px;
    }

    /* bgs for capital-emocial code*/
    .bg-capital-emocional {
        background-position-x: 80%;
    }

    .bg2-capital-emocional {
        background-position-x: 30%;
        background-position-y: 250px;
    }


    /* bgs for capital-humano code*/
    .bg2-capital-humano {
        background-position-x: 30%;
        background-position-y: 300px;
    }

    /* bg code trasmutacao*/
    .bg2-transmutacao {
        background-position-y: 250px;
    }
}
/*# sourceMappingURL=game.css.map */
