.nav-box {
    background-color: #4E82EC;
    border-radius: 50px;
    padding-left: 15px;
}


/* .avatar img{
  border: 1px solid #D232CA;
} */

.botao-avatar {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
}

.cenario-avatar {
    border-radius: 5px;
    width: 300px;
    height: 450px;
    position: relative;
    overflow: hidden;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.corpo-avatar {
    /*border: 2px solid #ced4da;*/
    border-radius: 5px;
    width: 300px;
    height: 450px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.cenario-avatar-med {
    border-radius: 5px;
    width: 150px;
    height: 220px;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    border: none;
}

.corpo-avatar-med {
    /*border: 2px solid #ced4da;*/
    border-radius: 5px;
    width: 150px;
    height: 220px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
}

.cenario-avatar-min {
    border-radius: 5px;
    width: 100px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.corpo-avatar-min {
    border: 2px solid #ced4da;
    border-radius: 5px;
    width: 100px;
    height: 150px;
    position: absolute;
}

.item-avatar-min {
    border: 2px solid #ced4da;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    position: relative;
}

.foto-enigma {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    border: 2px solid #ced4da;
    border-radius: 5px;
    width: 600px;
    max-height: 600px;
    padding: 0rem;
    position: relative;
    overflow: hidden;
}

.foto-enigma img {
    object-fit: contain;
    width: 600px;
    max-height: 600px;
}

.foto-enigma .trocar-imagem {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.foto-enigma .trocar-imagem input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.foto-perfil {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    border: 2px solid #ced4da;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    padding: 0rem;
    position: relative;
    overflow: hidden;
}

.foto-perfilM {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
    border: 2px solid #ced4da;
    border-radius: 5px;
    width: 150px;
    height: 150px;
    padding: 0rem;
    position: relative;
    overflow: hidden;
}

.foto-perfil img {
    object-fit: contain;
    width: 150px;
    height: 150px;
}

.foto-perfilM img {
    object-fit: contain;
    width: 150px;
    height: 150px;
}

.foto-perfil .foto {
    margin-left: 0;
    position: relative;
    left: 0rem;
}

.foto-perfilM .fotoM {
    margin-left: 0;
    position: relative;
    left: 0rem;
}

.foto-perfil .trocar-imagem {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.foto-perfilM .trocar-imagem {
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.foto-perfil .trocar-imagem p {
    margin-bottom: 0;
    text-align: center;
    font-size: .7rem;
    font-weight: 700;
    line-height: 90px;
}

.foto-perfilM .trocar-imagem p {
    margin-bottom: 0;
    text-align: center;
    font-size: .7rem;
    font-weight: 700;
    line-height: 90px;
}

.foto-perfil .trocar-imagem input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.foto-perfilM .trocar-imagem input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.foto-perfil:hover .trocar-imagem {
    opacity: 1;
}

.foto-perfilM:hover .trocar-imagem {
    opacity: 1;
}

.cen-imge {
    background-color: #fff;
}

.foto-loja {
    width: 150px;
    height: 150px;
    padding: 0 0rem;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.foto-loja img {
    object-fit: contain;
    width: 150px;
    height: 150px;
    background-color: #fff;
}

.foto-loja .logo {
    margin-left: 0;
    position: relative;
    left: 0rem;
    background-color: #fff;
}

.table-title img {
    object-fit: contain;
}

.div-pontos {
    /* background-color: white; */
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 0px;
}

.pontos-texto {
    margin-left: 6px;
    font-weight: 500;
    color: #f8f7f5;
}

@media (max-width: 991px) {
    section.content {
        margin: 5rem auto;
    }
    .table-title {
        padding: 0;
        margin: 0;
    }
}

.missao-scroll {
    max-height: 471px;
    overflow: auto;
}

.licencas-scroll {
    max-height: 80vh;
    overflow: auto;
}


/* Infobox ===================================== */

.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.info-box .icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.12);
    width: 80px;
}

.info-box .icon i {
    color: #fff;
    font-size: 50px;
    line-height: 80px;
}

.info-box .icon .chart.chart-bar {
    height: 100%;
    line-height: 100px;
}

.info-box .icon .chart.chart-bar canvas {
    vertical-align: baseline !important;
}

.info-box .icon .chart.chart-pie {
    height: 100%;
    line-height: 123px;
}

.info-box .icon .chart.chart-pie canvas {
    vertical-align: baseline !important;
}

.info-box .icon .chart.chart-line {
    height: 100%;
    line-height: 115px;
}

.info-box .icon .chart.chart-line canvas {
    vertical-align: baseline !important;
}

.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}

.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}

.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}

.info-box.hover-zoom-effect .icon {
    overflow: hidden;
}

.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4);
}

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 80px;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s;
}

.info-box.hover-expand-effect:hover:after {
    width: 100%;
}

.bg-red {
    background-color: #F44336 !important;
    color: #fff;
}

.bg-red .content .text,
.bg-red .content .number {
    color: #fff !important;
}

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff;
}

.bg-pink .content .text,
.bg-pink .content .number {
    color: #fff !important;
}

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff;
}

.bg-purple .content .text,
.bg-purple .content .number {
    color: #fff !important;
}

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff;
}

.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
    color: #fff !important;
}

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff;
}

.bg-indigo .content .text,
.bg-indigo .content .number {
    color: #fff !important;
}

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff;
}

.bg-blue .content .text,
.bg-blue .content .number {
    color: #fff !important;
}

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff;
}

.bg-light-blue .content .text,
.bg-light-blue .content .number {
    color: #fff !important;
}

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff;
}

.bg-cyan .content .text,
.bg-cyan .content .number {
    color: #fff !important;
}

.bg-teal {
    background-color: #009688 !important;
    color: #fff;
}

.bg-teal .content .text,
.bg-teal .content .number {
    color: #fff !important;
}

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff;
}

.bg-green .content .text,
.bg-green .content .number {
    color: #fff !important;
}

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff;
}

.bg-light-green .content .text,
.bg-light-green .content .number {
    color: #fff !important;
}

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff;
}

.bg-lime .content .text,
.bg-lime .content .number {
    color: #fff !important;
}

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff;
}

.bg-yellow .content .text,
.bg-yellow .content .number {
    color: #fff !important;
}

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff;
}

.bg-amber .content .text,
.bg-amber .content .number {
    color: #fff !important;
}

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff;
}

.bg-orange .content .text,
.bg-orange .content .number {
    color: #fff !important;
}

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff;
}

.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
    color: #fff !important;
}

.bg-brown {
    background-color: #795548 !important;
    color: #fff;
}

.bg-brown .content .text,
.bg-brown .content .number {
    color: #fff !important;
}

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff;
}

.bg-grey .content .text,
.bg-grey .content .number {
    color: #fff !important;
}

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff;
}

.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
    color: #fff !important;
}

.bg-black {
    background-color: #000000 !important;
    color: #fff;
}

.bg-black .content .text,
.bg-black .content .number {
    color: #fff !important;
}

.bg-white {
    background-color: #ffffff !important;
    color: #fff;
}

.bg-white .content .text,
.bg-white .content .number {
    color: #fff !important;
}


/* PRODUTOS */

.card-produto {
    border-radius: 5px;
    /*border: 1px solid #5AB3F7;*/
    /*background-color: #EEEEEE;*/
    background-color: #F6F6F6;
}

.img-produto {
    border-radius: 5px;
}

.card-produtos {
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    -ms-display: grid;
    -o-display: grid;
    gap: 15px;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    -ms-gap: 15px;
    -o-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    -webkit-grid-template-columns: repeat(4, 1fr);
    -webkit-grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    -o-grid-template-columns: repeat(4, 1fr);
    padding: 10px;
}

@media screen and (max-width: 1165px) {
    .card-produtos {
        grid-template-columns: repeat(3, 1fr);
        -webkit-grid-template-columns: repeat(3, 1fr);
        -webkit-grid-template-columns: repeat(3, 1fr);
        -ms-grid-template-columns: repeat(3, 1fr);
        -o-grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 660px) {
    .card-produtos {
        grid-template-columns: repeat(2, 1fr);
        -webkit-grid-template-columns: repeat(2, 1fr);
        -webkit-grid-template-columns: repeat(2, 1fr);
        -ms-grid-template-columns: repeat(2, 1fr);
        -o-grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 455px) {
    .card-produtos {
        grid-template-columns: repeat(1, 1fr);
        -webkit-grid-template-columns: repeat(1, 1fr);
        -webkit-grid-template-columns: repeat(1, 1fr);
        -ms-grid-template-columns: repeat(1, 1fr);
        -o-grid-template-columns: repeat(1, 1fr);
    }
}


/* TEMA */

.card-tema {
    border-radius: 5px;
    /*border: 1px solid #5AB3F7;*/
    background-color: #EEEEEE;
    /*background-color: #F6F6F6;*/
}

.bloco-foto {
    margin: 0 auto 5px auto;
    position: relative;
    width: 150px;
    height: 150px;
}

.bloco-lupa {
    background-color: #6699FF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px;
    animation-duration: .3s;
    animation-name: lupa;
}

@keyframes lupa {
    from {
        right: -25px
    }
    to {
        top: -15px;
    }
}

.icone-lupa {
    color: white;
    font-size: 20px;
}

.bloco-lupa-none {
    display: none;
}

.button-gray {
    background-color: #BDBDBD;
    color: white;
}

.button-margin {
    margin-top: 10px;
}

.button-comprar {
    transition: 0.8s all ease;
    background-color: #44D148;
    color: white;
}

.button-comprar:hover {
    background-color: #EEEEEE;
    color: #44D148;
    border: 1px solid #44D148;
}

.button-avatar {
    transition: 0.8s all ease;
    color: white;
    background-color: #5AB3F7;
}

.button-avatar:hover {
    background-color: white;
    color: #5AB3F7;
    border: 1px solid #5AB3F7;
}

.cards-container-tema {
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    -ms-display: grid;
    -o-display: grid;
    gap: 15px;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    -ms-gap: 15px;
    -o-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    -webkit-grid-template-columns: repeat(4, 1fr);
    -webkit-grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    -o-grid-template-columns: repeat(4, 1fr);
    /*padding: 10px;*/
}

.tabela-avatar {
    display: grid;
    -webkit-display: grid;
    -moz-display: grid;
    -ms-display: grid;
    -o-display: grid;
    gap: 15px;
    -webkit-gap: 15px;
    -moz-gap: 15px;
    -ms-gap: 15px;
    -o-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
    -webkit-grid-template-columns: repeat(4, 1fr);
    -webkit-grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: repeat(4, 1fr);
    -o-grid-template-columns: repeat(4, 1fr);
    padding: 10px;
}

.card-avatar {
    border-radius: 5px;
    /*border: 1px solid #5AB3F7;*/
    background-color: #EEEEEE;
    /*background-color: #F6F6F6;*/
}

@media screen and (max-width: 991px) {
    .tabela-avatar {
        grid-template-columns: repeat(2, 1fr);
        -webkit-grid-template-columns: repeat(2, 1fr);
        -webkit-grid-template-columns: repeat(2, 1fr);
        -ms-grid-template-columns: repeat(2, 1fr);
        -o-grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 387px) {
    .tabela-avatar {
        grid-template-columns: repeat(1, 1fr);
        -webkit-grid-template-columns: repeat(1, 1fr);
        -webkit-grid-template-columns: repeat(1, 1fr);
        -ms-grid-template-columns: repeat(1, 1fr);
        -o-grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 1140px) {
    .cards-container-tema {
        grid-template-columns: repeat(3, 1fr);
        -webkit-grid-template-columns: repeat(3, 1fr);
        -webkit-grid-template-columns: repeat(3, 1fr);
        -ms-grid-template-columns: repeat(3, 1fr);
        -o-grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 672px) {
    .cards-container-tema {
        grid-template-columns: repeat(2, 1fr);
        -webkit-grid-template-columns: repeat(2, 1fr);
        -webkit-grid-template-columns: repeat(2, 1fr);
        -ms-grid-template-columns: repeat(2, 1fr);
        -o-grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 488px) {
    .cards-container-tema {
        grid-template-columns: repeat(1, 1fr);
        -webkit-grid-template-columns: repeat(1, 1fr);
        -webkit-grid-template-columns: repeat(1, 1fr);
        -ms-grid-template-columns: repeat(1, 1fr);
        -o-grid-template-columns: repeat(1, 1fr);
    }
}

.texto-img {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 40px;
    width: 80%;
}

.texto-img>span {
    background-color: white;
    display: inline-block;
    padding: 0 10%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
}

.texto-img>span>h2 {
    color: #6699FF;
    margin: 5px 0;
    font-size: 23px;
}

.texto-img h2 {
    font-family: "Paytone One", sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 17px;
}

.photo-premiacao {
    margin: 0 auto;
    width: 60%;
    position: relative;
}

@media screen and (max-width: 991px) {
    .texto-img {
        top: 20px;
        width: 76%;
    }
    .texto-img>span {
        margin-bottom: 10px;
    }
    .texto-img>span>h2 {
        font-size: 15px;
        margin: 3px 0;
    }
    .texto-img h2 {
        font-size: 10px;
    }
}

@media screen and (max-width: 575px) {
    .texto-img {
        top: 30px;
    }
}

@media screen and (max-width: 514px) {
    .texto-img {
        top: 20px;
        width: 82%;
    }
}


/* IMAGEM */

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-xl{
    min-width: 70%;
    margin-left: 70; 
}

.modal-xl.modal-content {
    min-height: 70vh;
}