*{
    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{
    height: 60px;
    width: 100%;
}
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;
}
.card-story-resume p{
    color: #525252;
    font-size: 16px;
    margin-bottom: 0;
}
.card-story-cta .btn-default{
    padding: 11px 25px;
}
.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;
    max-height: 300px;
    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;
    max-width: 450px;
    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-name span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;         
}
.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;
}
.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 p{
    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;
}
.btn-start-adeventure-wrapper{
    margin-top: 2em;
}
.wrapper-resume-history-text{
    margin-top: 1em;
}
@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-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;
}
.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;
}
mark {
    background-color: yellow;
    color: black;
}
/*/ Small devices (landscape phones, 576px and up)/*/
@media (max-width: 767px){
    .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;
    }
}

/*/ Medium devices (tablets, 768px and up)/*/
@media (min-width: 768px) and (max-width: 991px){
    .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;
    }      
}

/*/Large devices (desktops, 992px and up)/*/
@media (min-width: 992px) and (max-width: 1199px) {
    #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;
    }      
}

/*/ 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;
    }      
}

/*/// 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;
    }    
}