.banner-section {
    width: 100%;
    height: 800px;
    /* background: url(../imagens/home/bg-banner.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-top: -120px;
    overflow: hidden;
    background-attachment: fixed;
}
.banner-section .img-container {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-60%);
    width: 800px;
}
.banner-section .img-container img{
    transition: all 1s ease;
    pointer-events: none;
}

.info-section {
    width: 100%;
    /* background: url(../imagens/home/bg-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    position: relative;
    margin-top: -50px;
    z-index: 5;

/* 
    mask-image: url(../imagens/home/bg-2.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/home/bg-2.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat; */
}
.info-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


.info-section .top {
    width: 100%;
    height: 180px;
    background-color: #fff;
    mask-image: url(../imagens/top.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/top.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    z-index: -1;
}
.info-section .bottom {
    width: 100%;
    height: 180px;
    background-color: #fff;
    mask-image: url(../imagens/bottom.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/bottom.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    bottom: -60px;
    background-image: url(../imagens/peixes-final.png);
    z-index: -1;
    background-size: auto;
}



.info-section .container .text-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.info-section .container .text-container h2{
    font-size: clamp(30px, 3vw, 50px);
    width: fit-content;
    color: var(--color-primary);
}
.info-section .container .text-container p{
    font-size: clamp(24px, 1.6vw, 32px);
    font-weight: 500;
}

.carrossel-section {
    min-height: 650px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -50px; */
}
.carrossel-section .container{
    width: 100%;
}
.carrossel-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.carrossel-section .game-background{
    position: absolute;
    top: 0;
    left: 0%;
    object-fit: cover;
    object-position: center;
    width: 100%!important;
    height: 100%!important;
    z-index: -1;
    filter: blur(5px) brightness(0.7);

}
.carrossel-section .game-slider, .carrossel-section .game-slider .game-slide {
    width: 100%;
    position: relative;
}
.carrossel-section .game-slider .game-slide a{
    width: 1100px;
    margin: 0 auto;
    display: flex;
}
.carrossel-section .game-slider .game-slide .img-game{
    object-fit: contain;
    width: 100%;
}
.carrossel-section .game-slider .game-slide img {
    margin: 0 auto;
    width: auto;
    height: auto;
}
/* .carrossel-section .game-slider .game-slide img{
    width: 100%;
    object-fit: cover;
    height: 100%;
} */
.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}

.slick-dots {
    bottom: 10% !important;
}
.slick-dots li {
    width: 26px !important;
    height: 26px !important;
}
.slick-dots li button:before {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    opacity: .45 !important;
    color: white !important;
}

.slick-dots li.slick-active button:before{
    color: var(--color-secondary) !important;
    opacity: 1 !important;
}

.games-section {
    width: 100%;
    /* background: url(../imagens/home/bg-2.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    position: relative;
    margin-top: -50px;
    z-index: 5;
    padding: 150px 0px;

/* 
    background-color: #fff;
    mask-image: url(../imagens/home/bg-2.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/home/bg-2.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat; */

}

.games-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.games-section .top {
    width: 100%;
    height: 180px;
    background-color: #fff;
    mask-image: url(../imagens/top.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/top.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-image: url(../imagens/peixes-final.png);
    background-size: auto;
    z-index: -1;
}
.games-section .bottom {
    width: 100%;
    height: 180px;
    background-color: #fff;
    mask-image: url(../imagens/bottom.png);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../imagens/bottom.png);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: center;
    overflow: visible;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    background-image: url(../imagens/peixes-final.png);
    z-index: -1;
    background-size: auto;
}




.games-section .container > .text-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px;
}
.games-section .container .text-container h2{
    font-size: clamp(30px, 3vw, 50px);
    width: fit-content;
    color: var(--color-primary);
}
.games-section .container .cards-container{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    /* margin-top: 30px; */
    gap: 20px;
}
.games-section .container .cards-container > * + * { margin-left: 20px;}


.games-section .container .cards-container .card-game{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 1;
    gap: 10px;
}
.games-section .container .cards-container .card-game .img-container{
    height: 300px;
    width: 100%;
    overflow: hidden;
}
.games-section .container .cards-container .card-game .img-container img{
    height: 100%;
    transition: transform .4s ease-in-out;
}

.games-section .container .cards-container .card-game .text-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.games-section .container .cards-container .card-game .text-container > a.game-title{
    font-size: 36px;
    font-weight: 500;
    width: 100%;
}
.games-section .container .cards-container .card-game .text-container .icones{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.games-section .container .cards-container .card-game .text-container .icones a{
    width: 40px;
    height: 40px;
}
.games-section .container .cards-container .card-game .text-container .icones a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter .2s ease-in-out;
}

.games-section .container .cards-container .card-game .text-container .icones a:hover img{
    filter: invert(1);
}

.games-section .container .cards-container .card-game:hover .img-container img{
    transform: scale(1.05);
}
.games-section .container > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    color: var(--text-color-secondary);
    background-color: var(--color-primary);
    transition: background .3s ease-in-out;
    width: fit-content;
    border-radius: 10px;
    margin: 50px auto;
    margin-top: 80px;
    font-size: 36px;
}
.games-section .container > a:hover{
    background-color: var(--color-primary-light);
}

.img-section {
    width: 100%;
    min-height: 800px;
    background: url(../imagens/home/estudio.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
    position: relative;
    margin-top: -50px;
    background-attachment: fixed;
}



/* MEDIA DESKTOP */
@media screen and (min-width: 1921px){
    .carrossel-section .game-background{
        position: absolute;
        top: 0;
        left: 0%;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        z-index: -1;
        filter: blur(5px) brightness(0.7);
        /* max-width: 1100px; */
    }
}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){
    .carrossel-section .game-slider .game-slide a{
        width: 90%;
    }
}

@media screen and (max-width: 1100px){

}

/* MOBILE */
@media screen and (max-width: 1000px){
    .games-section .container .cards-container {
        flex-direction: column;
        gap: 50px;
    }
    .games-section .container .cards-container > * + * { margin-left: 0px;}

    .banner-section{
        height: 700px;
    }
    .banner-section .img-container {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-60%);
        width: 690px;
    }
    .info-section .container .text-container p{
        text-align: center;
    }
    .carrossel-section .game-slider, .carrossel-section .game-slider .game-slide {
        
    }
    .games-section .container > .text-container {
        margin-bottom: 40px;
    }

    .games-section {
        padding: 80px 0px;
    }
}

@media screen and (max-width: 800px){
    .slick-dots {
        bottom: 50px !important;
    }
    .games-section .container > a {
        font-size: 25px;
        text-align: center;
    }
}


@media screen and (max-width: 600px){
    .banner-section .img-container {
        width: 600px;
    }
    .carrossel-section .game-slider, .carrossel-section .game-slider .game-slide {
        
    }
    .carrossel-section .game-slider .game-slide img{
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    .banner-section .img-container {
        transform: translateX(-55%);
        width: 500px;
    }

}

@media screen and (max-width: 375px){
    .banner-section .img-container {
        transform: translateX(-60%);
        width: 450px;
    }
}