*{
    outline: none;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
#logo{
    max-height: 60px;
    display: block;
}
header{
    background: linear-gradient(180deg, #FFF 0%, #D1DEFD 100%);
    box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.10);
    padding: 1em 0;
    border-top: 2px solid #3E92FF;
}

.wrapper-primary-menu{
    display: flex;
}
.wrapper-primary-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap:20px;
}
.wrapper-primary-menu ul li a{
    background: #2C7FEB;
    color: #FFF;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 9px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: flex;
    gap: 10px;
    align-items: center;
}
.wrapper-primary-menu ul li a:hover{
    background: #0056C7;
    border-bottom: 4px solid #084089;
}
.wrapper-primary-menu ul li a img{
    height: 38px;
}
#hero{
    background: url(../img/hero.svg) no-repeat #49546f;
    height: 750px;
    background-position: center bottom;
}
.hero-content{
    margin-top: 8em;
    max-width: 500px;
}
.hero-content h1{
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;    
}
.hero-content p{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;    
}
.btn-default{
    background: #2C7FEB;
    color: #FFF;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 9px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #165BB4;
    display: inline-flex;
    justify-content: center;
    transition: background 0.3s;
}
.btn-default:hover{
    background: #0865dd;
    border-bottom: 4px solid #0046a1;
    color: #FFF;
}
.btn-default-outline{
    border: 1px solid #2C7FEB;
    background: none;
    color: #2C7FEB;
}
.btn-default-outline:hover{
    border: 1px solid #0259CB;
    background: none;
    color: #0259CB;
}
.hero-content .btn-default{
    padding: 15px 70px;
    font-size: 22px;
}
.hero-content .btn-default:hover{
  box-shadow: 0 0 5px rgb(0,140,255),
              0 0 25px rgb(0,140,255),
              0 0 50px rgb(0,140,255),
              0 0 100px rgb(0,140,255);
}
.bg-light-blue{
    background: #F1F7FF;
}
.section-story-home{
    padding: 3em 0;
}
.title-default{
    font-size: 36px;
    font-weight: bold;
    color: #2C7FEB;
}
.sub-title{
    color: #525252;
    font-size: 18px;
}
.card-story{
    background: #FFF;
    border-radius: 10px;
    border-bottom: 4px solid #ADC6E8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0px 14px 4px -9px rgba(173, 198, 232, 0.37);
}
.card-story-title, .card-story-resume, .card-story-cta{
    padding: 10px 15px 20px 15px;
    width: 100%;
}
.card-story-title{
    margin-top: 15px;
}
.card-story-title h2{
    font-size: 24px;
    color: #2C7FEB;
    text-align: center;
    margin-bottom: 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-story-resume p{
    color: #525252;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;    
}
.card-story-cta .btn-default{
    padding: 11px 25px;
}
.card-story-thumb{
    position: relative;
}
.difficulty-level-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px;
    border-radius: 10px 0 0;
    background: linear-gradient(180deg, #FFF 0%, rgb(255 255 255 / 85%) 100%);
    pointer-events: none;
}
.difficulty-level-absolute img{
    width: 50px !important;
}
.card-story-thumb img{
    width: 100%;
}
.wrapper-swiper-js{
    position: relative;
    padding: 0 1em;
}
.swiper-button-prev,.swiper-button-next{
    background: none;
    width: 0;
    height: 0;
    margin: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-button-next-cards{
    right: -30px !important;
}
.swiper-button-prev-cards{
    left: -30px !important;
}
.swiper-button-next-cards img, .swiper-button-prev-cards img{
    height: 60px;
}
.btn-close-mobile-menu{
    background: #7f93c7;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 11px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-close-mobile-menu:hover{
    background: #6582cd;
    cursor: pointer;
}
.offcanvas-body .wrapper-primary-menu{
    flex-direction: column;
}
#inner-page{
    background: url('../img/background-default.jpg') no-repeat bottom #49546F;
    padding: 2em 0;
    min-height: 280px;
    align-items:center;
    display: flex;
}
#inner-page .img-page{
    width: 100%;
}
#inner-page h1{
    font-size: 32px;
    color: #FFFFFF;
}

#inner-page p{
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: lighter;
}
.inner-page-background{
    position: relative;
}
.inner-page-background:before{
    content: '';
    background: #000000a1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.inner-page-background .container{
    position: relative;
    z-index: 1;
}
.history-leader{
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0.8em;
    border-radius: 10px;
    border: 4px solid #d9d9d973;
}
.history-leader-img img, .history-leader-score img{
    height: 64px;
}
.history-leader-name{
    display: flex;
    flex-direction: column;
    flex-basis: 35%;
    min-width: 165px;
}
.history-leader-name strong, .history-leader-score strong{
    font-size: 20px;
    color: #2C7FEB;
    font-weight: bold;
}
.history-leader-name span, .history-leader-score span{
    color: #646464;
    font-size: 18px;
    font-weight: lighter;
}
.history-leader-score{
    display: flex;
    flex-basis: 50%;
    gap:10px;
}
.history-leader-score-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 115px;
}
.history-leader-name strong, .history-leader-score strong,
.history-leader-name span, .history-leader-score span {
    white-space: nowrap;
}
.history-leader-score span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;         
}
.card-white{
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0px 14px 4px -9px rgba(173, 198, 232, 0.37);
    padding: 1em;
}
.card-history-resume{
    display: flex;
    gap:20px;
    height: 100%;
}
.card-history-resume-thumbnail img{
    width: 100%;
    border-radius: 10px;
}
.card-history-resume-thumbnail{
    width: 100%;
    max-width: 350px;
    position: relative;
    overflow: hidden;
}
.card-history-resume-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
}
.card-history-resume-content h2{
    color: #2C7FEB;
    font-size: 32px;
    margin-bottom: 0;
}
.card-history-resume-content{
    color: #595959;
    font-size: 18px;
    font-weight: 400;
}
.btn-start-adeventure{
    padding-left: 2em;
    padding-right: 2em;
    font-size: 20px;
}
.btn-pulse{
    box-shadow: 0 0px 44px rgba(243, 156, 18, 0.49); 
    animation: btn-pulse 2s infinite;
}
.lives-background{
    background: #1d5aa9;
    position: absolute;
    top: -37px;
    padding: 4px 1em 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px 10px 0 0;
}
@keyframes btn-pulse {
    0% {
        box-shadow: 0 0px 10px rgba(44, 127, 235, 0.49), 0 0 0 0 rgba(44, 127, 235, 1); 
    }
    70% {
        box-shadow: 0 10px 44px rgba(44, 127, 235, 0.49), 0 0 0 20px rgba(44, 127, 235, 0); 
    }
    100% {
        box-shadow: 0 0px 10px rgba(44, 127, 235, 0.49), 0 0 0 0 rgba(44, 127, 235, 0); 
    }
}

.btn-start-adeventure-wrapper{
    margin-top: 2em;
}
.wrapper-resume-history-text{
    margin-top: 1em;
    white-space: pre-line
}
.label-completed {
    position: absolute;
    top: 110px;
    left: -35px;
    background-color: #ffe822;
    color: black;
    padding: 4px 8px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    width: 210px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.btn-tts{
    border: 1px solid #F5871E;
    border-radius: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #F5871E;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 6px 12px 6px 7px;
    min-width: 135px;
    justify-content: center;
}
.btn-tts:hover{
    cursor: pointer;
}
.wrapper-info-widget{
    display: flex;
    justify-content: space-between;
}
.wrapper-widget{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex:1;
}
.wrapper-widget-icon img{
    height: 56px;
}
.wrapper-widget-content h3{
    color: #002D67;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.wrapper-widget-content span{
    font-size: 16px;
    color: #6F6F6F;
    font-family: 'Montserrat', sans-serif;
}
.color-blue{
    color: #2C7FEB;
}
.table-ranking{
    border:1px solid #dee2e6;
}
.highlight{
    background-color: #FFEB3B;
}
.welcome-player{
    background: #3e92ff;
    padding: 3px 0;
}
.welcome-player span{
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
}
.header-play{
    background: linear-gradient(180deg, #FFF 0%, #D1DEFD 100%);
    padding: 1em 0;    
}
.wrapper-play-info-header{
    display: flex;
    align-items: center;
    gap:10px;
}
.wrapper-play-info-header img{
    height: 42px;
}
.wrapper-play-info-header strong{
    font-size: 28px;
    font-weight: bold;
    color: #002D67;
}
.clock-content{
    justify-content: center;
}
.story-content{
    min-height: 100px;
    width: 100%;
    position: relative;
    padding-bottom: 3em;
}
.story-content:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 70%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.story-wrapper{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin-top: 2.5em;
}
.story-wrapper h1{
    color: #FFC727;
    font-size: 34px;
    font-weight: bold;
}
.story-content .highlight{
    background: #3e92ff;
    color: #FFF;
}
.story-slideshow{
    position: relative;
    border: 3px solid #ffffff;
    background: #000;
    border-radius: 6px;
    margin: 1.5em 0;
}

.swiper-button-next-slideshow, .swiper-button-prev-slideshow{
    position: absolute;
    bottom: 0;
    top: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next-slideshow{
    right: 0;
}
.story-wrapper .btn-tts{
    color: #FFF;
}
.story-wrapper .btn-tts:hover{
    box-shadow: 2px 2px 22px -1px #f5871eab;
}
.story-call-cta{
    display: flex;
    padding-top: 2em;
    flex-direction: column;
}
.story-call-cta h3{
    color: #FFC727;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 1em;  
}
.story-call-cta p{
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
}
.wrapper-story-answer{
    display: flex;
    gap: 15px;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(180deg, #2c7febed 0%, #2196f387 100%);
    padding: 20px;
    margin-top: 3em;
    position: relative;
}
.wrapper-story-answer input{
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #ffffff;
    width: 85%;
    padding: 5px 15px;
    color: #454545;
    font-weight: bold;
}
.btn-answer{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    border-radius: 6px;
    background: linear-gradient(180deg, #55BC55 0%, #337F33 100%);
    padding: 16px 34px;
    border: 0;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}
.btn-show-tips{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    border-radius: 6px;
    background: #2C7FEB;
    display: inline-flex;
    padding: 14px 34px;
    border-bottom: 3px solid #165BB4;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.btn-show-tips img{
    width: 35px;
}
.swiper-slide img{
    max-width: 100%;
    width: auto;
}

.btn-pulse-red{
    box-shadow: 0 0px 44px rgba(255, 0, 0, 0.49); 
    animation: btn-pulse-red 2s infinite;
    background: linear-gradient(180deg, #e91e1e 0%, #f4433670 100%);    
}
.btn-pulse-red .lives-background{
    background: #b70d01;
}
@keyframes btn-pulse-red {
    0% {
        box-shadow: 0 0px 10px rgba(255, 0, 0, 0.49), 0 0 0 0 rgba(255, 0, 0, 1); 
    }
    70% {
        box-shadow: 0 10px 44px rgba(255, 0, 0, 0.49), 0 0 0 20px rgba(255, 0, 0, 0); 
    }
    100% {
        box-shadow: 0 0px 10px rgba(255, 0, 0, 0.49), 0 0 0 0 rgba(255, 0, 0, 0); 
    }
}
.wrapper-modal-success{
    display: flex;
    flex-direction: column;
}
.icon-feedback{
    height: 170px
}
.correct-answer{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 1em 0;    
}
.correct-answer h3{
    font-size: 24px;
    font-weight: lighter;
    color: #3D3D3D;
    margin-bottom: 0;
}
.correct-answer h2{
    font-size: 24px;
    font-weight: bold;
    color: #07AC55;
}
.story-continue{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.story-continue h6{
    font-size: 18px;
    color: #3D3D3D;
    text-align: center;
}
.text-acknowledgment{
    color: #3D3D3D;
    font-weight: 400;
    font-size: 18px;
    padding: 1em 2em;
}
#player-login-welcome{
    background: #49546F;
    height: 100vh;
    display: flex;
    padding: 4em 0;
}
.player-welcome-box{
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 0;
}
.icon-welcome{
    width: 120px;
    margin: 1em;
}
.color-red{
    color: #c33e42;
}
.z-index-2{
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.feedback-block{
    padding: 2em;
    max-width: 850px;
    margin: 3em auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 1px 1px 43px 3px #3e92ffb8
}
.feedback-block p{
    font-size: 18px;
    text-align: center;
}
.feedback-block .icon-quest-feedback{
    width: 100px;
    padding: 1.5em 0;
}
.or-separation{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.choose-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.time-out-block-text{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px 0;
}
.acknowledgment-fail{
    border: 1px solid #dfdfdf;
    background: #f7f7f7;
    padding: 1.3em;
    border-radius: 10px;
    margin-bottom: 1em;
}
.acknowledgment-fail p{
    white-space: pre-line;
}
.win-block-text{
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.lives-background .bi{
    display: flex;
}
.time-paused-label{
    color: #3A8BF4;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: absolute;
    top: 1em;
    right: 1em;
    border: 1px solid #3A8BF4;
    padding: 10px 1em;
    border-radius: 35px;
    font-weight: bold;
}
.wrapper-score{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1em 0;
}
.adventure-score{
    background: #dbffdc;
    display: inline-flex;
    padding: 1em 3em;
    border-radius: 7px;
    color: #017506;
    border: 1px solid #c8f1c9;
    min-width: 350px;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.adventure-score strong{
    font-size: 18px;
    color: #046308;
    margin-bottom: -5px;
}
.adventure-score h2{
    margin-bottom: 0;
    font-size: 3em;
}
.statistics-game{
    display: flex;
    gap: 5px;
}
.maintenance-mode{
    background: #df291f;
    text-align: center;
    color: #FFF;
    padding: 5px 0;    
}
.card-player-position{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 14px 4px -9px rgba(173, 198, 232, 0.37);    
}
.card-player-position-info{
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 1em;
}
.card-player-position-info-icon{
    min-width: 80px;
    text-align: center;
}
.card-player-position-info-text h2{
    color: #378EFF;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;    
}
.card-player-position-info-text h3{
    font-family: 'Nunito', sans-serif;
    color: #3E3E3E;
    font-size: 20px;
    font-weight: lighter;
}
.card-player-position-footer{
    font-family: 'Nunito', sans-serif;
    border-radius: 0px 0px 6px 6px;
    background: #F0F0F0;
    box-shadow: 0px 14px 4px -9px rgba(173, 198, 232, 0.37);
    padding: 10px 1em;
    font-size: 16px;
    color: #3E3E3E;
    display: flex;
    justify-content: space-between;
}
.table-leaderboard img{
    height: 31px;
}
.wrapper-gallery {
  display: grid;
  gap: 16px;
  justify-content: center; /* Centraliza as imagens */
  margin-bottom: 1em;
}

._1-per-row {
  grid-template-columns: repeat(1, 1fr);
}

._2-per-row {
  grid-template-columns: repeat(2, 1fr);
}

._3-per-row {
  grid-template-columns: repeat(3, 1fr);
}

._4-per-row {
  grid-template-columns: repeat(4, 1fr);
}

.lightbox-image img {
  object-fit: cover;
  width: 100%;
  border: 2px solid #EAEAEA;
  border-radius: 6px;
}
.enlage-label{
    background: #dc3545;
    color: #FFF;
    font-size: 16px;
    padding: 7px 14px;
    display: inline-flex;
    margin-bottom: 1em;
    border-radius: 6px;
    gap: 9px;
}

/*/ Small devices (landscape phones, 576px and up)/*/
@media (max-width: 767px){
    ._1-per-row {
      grid-template-columns: repeat(1, 1fr);
    }

    ._2-per-row {
      grid-template-columns: repeat(1, 1fr);
    }

    ._3-per-row {
      grid-template-columns: repeat(1, 1fr);
    }

    ._4-per-row {
      grid-template-columns: repeat(2, 1fr);
    }    
    .card-player-position{
        margin-bottom: 1.5em;
    }
    .offcanvas-custom{
         background: linear-gradient(180deg, #49546f 0%, #5e6881 100%);
    }    
    .swiper-button-next-cards, .swiper-button-prev-cards{
        display: none !important;
    }
    .wrapper-swiper-js{
        padding: 0;
    }
    .container-fluid-mobile{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    #hero{
        background: url(../img/hero-770.svg) no-repeat #49546f;
        background-position: bottom center;        
        background-size: contain;
        height: 700px;
    }
    .hero-content{
        padding-top: 5em;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;        
    }
    .hero-content h1{
        font-size: 32px;
    }    
    .hero-content .btn-default{
        font-size: 18px;
    }
    .card-history-resume{
        flex-direction: column;
    }
    .card-history-resume-thumbnail{
        max-width: 100%;
    }
    .wrapper-widget {
        flex: 1;
        width: 100%;
        border: 1px solid #EAEAEA;
        padding: 1em;
        margin: 0.5em 0;
        border-radius: 6px;
    }    
    .wrapper-info-widget{
        flex-direction: column;
    }
    .btn-start-adeventure-wrapper {
        margin-top: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .history-leader {
        margin: 1em auto;
    }        
    #inner-page h1, #inner-page p{
        text-align: center;
    }
    .leaderboard-block{
        margin-bottom: 1.5em;
    }
    .history-leader{
        min-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }   
    .history-leader-score span{
        max-width: 100%;
    } 
    .history-leader-img img, .history-leader-score img{
        height: 50px;
    }    
    .wrapper-play-info-header strong{
        font-size: 20px;
    }
    .story-wrapper h1{
        padding-bottom: 11px;
    }
    .wrapper-play-info-header img{
        display: none;
    }
    .header-play .row{
        display: flex;
        align-items: center;
    }
    .story-call-cta{
        padding-top: 0;
    }
    .wrapper-story-answer{
        flex-direction: column;
        align-items: center;
    }
    .wrapper-story-answer input {
        border-radius: 5px;
        width: 100%;
        padding: 13px 9px;
    }    
    .btn-answer{
        min-height: 50px;
        padding: 5px 28px;
        font-size: 18px;
    }
}

/*/ Medium devices (tablets, 768px and up)/*/
@media (min-width: 768px) and (max-width: 991px){
    ._4-per-row {
      grid-template-columns: repeat(2, 1fr);
    }      
    .offcanvas-custom{
         background: linear-gradient(180deg, #49546f 0%, #5e6881 100%);
    }    
    .wrapper-swiper-js{
        padding: 0;
    }
    .hero-content{
        padding-top: 8em;
        max-width: 500px;
        margin: 0 auto;
        text-align: center;        
    }
    #hero{
        background: url(../img/hero-995.svg) no-repeat #49546f;
        background-position: bottom center;        
        background-size: contain;
        height: 650px;
    }
    .swiper-button-next-cards {
        top: -45px !important;
        right: 7px !important;
    }
    .swiper-button-prev-cards {
        left: auto !important;
        top: -45px !important;
        right: 60px !important;
    }
    .swiper-button-next-cards img, .swiper-button-prev-cards img{
        height: 40px;
    }      
    .card-history-resume{
        flex-direction: column;
    }
    .card-history-resume-thumbnail{
        max-width: 100%;
    }
    .wrapper-widget {
        flex: 1;
        width: 100%;
        border: 1px solid #EAEAEA;
        padding: 1em;
        margin: 0.5em 0;
        border-radius: 6px;
    }    
    .wrapper-info-widget{
        flex-direction: column;
    }
    .btn-start-adeventure-wrapper {
        margin-top: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .history-leader {
        margin: 1em auto;
    }        
    #inner-page h1, #inner-page p{
        text-align: center;
    }
    .leaderboard-block{
        margin-bottom: 1.5em;
    }
    .wrapper-play-info-header strong{
        font-size: 25px;
    }
    .wrapper-play-info-header img{
        height: 35px;
    }
    .story-call-cta{
        padding-top: 1em;
    }
    .story-wrapper h1{
        font-size: 25px;
    }
    .m-align-center{
        display: flex;
        align-items: center;
    }
    .card-player-position-info-text h2{
        font-size: 18px;
        margin-top: 10px;
    }
    .card-player-position-footer{
        flex-direction: column;
    }
    .card-player-position-info {
        display: flex;
        gap: 5px;
        padding: 0.5em;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }    
}

/*/Large devices (desktops, 992px and up)/*/
@media (min-width: 992px) and (max-width: 1199px) {
    .history-leader{
        min-width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }   
    .history-leader-score span{
        max-width: 100%;
    } 
    .history-leader-img img, .history-leader-score img{
        height: 50px;
    }
    #hero{
        background: url(../img/hero-1200.svg) no-repeat #49546f;
        background-position: bottom center;
        background-size: cover;
        height: 650px;
    }    
    .swiper-button-next-cards {
        top: -45px !important;
        right: 33px !important;
    }
    .swiper-button-prev-cards {
        left: auto !important;
        top: -45px !important;
        right: 90px !important;
    }
    .swiper-button-next-cards img, .swiper-button-prev-cards img{
        height: 40px;
    }      
    .card-player-position-info-text h2{
        min-height: 60px;
    }
}

/*/ X-Large devices (large desktops, 1200px and up)/*/
@media (min-width: 1200px) and (max-width: 1399px){
    #hero{
        background: url(../img/hero-1200.svg) no-repeat #49546f;
        background-position: bottom center;
    }
    .wrapper-swiper-js{
        padding: 0 2em;
    }
    .swiper-button-next-cards{
        right: -25px !important;
    }
    .swiper-button-prev-cards{
        left: -25px !important;
    }      
    #inner-page p{
        
    }          
}

/*/// XX-Large devices (larger desktops, 1400px and up)/*/
@media (min-width: 1400px) {
    .swiper-button-next-cards{
        right: -50px !important;
    }
    .swiper-button-prev-cards{
        left: -50px !important;
    }  
    #inner-page p{
        
    }      
}