*{
    margin: 0 ;
    padding: 0 ;
    user-select: none;
}

@font-face {
    font-family: 'Cond';
    src: url(./mat/AKZIDENZGROTESK-COND.OTF);
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url(./mat/GothamUltra.otf);
}

@font-face {
    font-family: 'Gotham Ultra Italic';
    src: url(./Gotham/GOTHAM-ULTRAITALIC.TTF);
}

header{
    background-color: #000;
    display: flex;
    justify-content:space-between;
    padding: 0 100px;
    height: 67px;
}

header a{
    display: flex;
    align-items: center;
}

header div{
    display: flex;
    align-items: center;
}

header a{
    text-decoration: none;
}

header div h1{
    font-family: 'Gotham Ultra';
    font-size: 45px;
    color: #fff;
    margin: 0;
}

header div img{
    margin: 0 5px;
}

#div-iconos img{
    margin: 0 15px;
}

#twitter{
    margin-top: -9px !important;
    margin-left: 8px !important;
}

.carousel-indicators{
    position: absolute;
    top: 800px !important;
    bottom: initial !important;
}

.carousel-indicators button{
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    margin: 0 10px !important;
}

.carousel-item{
    height: 1570px;
}

#btn-inscribite{
    width: initial;
    position:absolute;
    top: 680px;
    left: 145px;
    z-index: 100;
}

.carousel-item img{
    height: 100%;
    object-fit: cover;
    object-position: 10% 0;
    width: 100%;
}

.form-gradient{
    width: 100%;
    position: absolute;
    top: 900px;
    z-index: 10;
}

#completaelformulario{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-gradient form{
    margin-top: 70px;
    display: flex;
    flex-direction: column;
}

.form-gradient form input{
    width: 500px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid #707070;
    margin: 20px auto;
    font-family: 'Cond';
    font-size: 25px;
    padding-left: 20px !important;
}

.form-gradient form input::placeholder{
    color: #888888;
    padding-top: 40px !important;
    font-family: 'Cond';
    font-weight: bold;
    font-size: 25px;
}

input[type="submit"]{
    background: url(./imgs/CALL-TO-ACTION.png);
    background-repeat: no-repeat;
    background-position: 50% 55%;
    background-size: cover;
    border: 0 !important;
    width: 500px !important;
    height: 42px !important;
}

footer{
    height: 97px;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px ;
    position:relative;
    z-index: 20;
}

footer a{
    text-decoration: none;
}

footer h1{
    font-family: 'Cond';
    color: #fff;
    margin: 0;
    font-size: 23px;
}

footer div{
    display: flex;
    align-items: center;
}

#jr{
    width: 100px;
}

#mas18{
    width: 70px;
    margin-left: 20px;
}

a{
    scroll-behavior: smooth;
}

.gradient{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 1040px;
    background: linear-gradient(180deg, rgba(21,87,59,0) 0%, rgba(11,48,33,0.75) 50%, rgba(4,17,12,1) 100%);
    z-index: 0;
}

.g-recaptcha{
    margin: 10px auto;
}

#apuestas-mobile{display: none !important;}

#casino-mobile{display: none !important;}

#slots{
    object-position: 14% 50%;
}

#slots-mobile{display: none !important;}

#apuestas-tablet{display: none !important;}

#casino-tablet{display: none !important;}

#slots-tablet{display: none !important;}

#torneosmayo-desktop{
    object-position: 47% 50%;
}

#torneosmayo-tablet{display: none !important;}

#torneosmayo-mobile{display: none !important;}

#apuestas{
    object-position: 90% 100%;
}


#ultima-mobile{
    display: none !important;
}

#ultima-tablet{
    display: none !important;
}

#ultima{
    object-position: 50% 50%;
}





.inscribite{
    position: absolute;
    top: 500px;
    left: 180px;
    z-index: 999;
    text-decoration: none;
    background-color: #E4C100;
    height: 70px;
    width: 420px;
    border-radius: 100px;
    transition: all 1s ease;
}

.inscribite:hover{
    background-color:#fff;
}

.div-inscribite{
    padding-left: 150px;
    color: #000;
    font-family: 'Gotham Ultra Italic';
    font-size: 40px;
    background: url(./imgs/flecha.png) no-repeat;
    background-size: 105%;
    background-position: 110%;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex
}

#primer{ 
    position: absolute;
    top: 500px;
    left: auto;
    right: 50px;
}

@media (min-width:1900px){
    .inscribite{
        top: 620px !important;
    }
}

@media (min-width:1850px){
    #slots{
        object-position: 0% 0%;
    }
    
}


@media (max-width:1050px) {
    #apuestas-tablet{display: block !important; object-position: 90% 0%;}

    #casino-tablet{display: block !important; object-position: 50% 0%;}

    #slots-tablet{display: block !important; object-position: 25% 0%;}

    #apuestas{display: none !important;}

    #casino{display: none !important;}

    #slots{display: none !important;}

    #btn-inscribite{
        width: initial;
        position:absolute;
        top: 680px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media (max-width:1460px) {
    #torneosmayo-desktop{
        display: none;
    }
    #torneosmayo-tablet{
        display: block !important;
        object-position: 54% 20%;
    }
    #ultima-tablet{
        display: block !important;
        object-position: 75% 0%;
    }
    
    #ultima{
        display: none !important;
    }
}


@media (max-width:1000px) {
    header{
        padding: 0 50px;
    }
    #div-iconos img{
        width: 30px;
    }
    img#twitter{
        width: 40px;
    }

    header div h1 {
        font-size: 35px;
    }
    .inscribite{
        position: absolute;
        top: 450px;
        left: 80px;
        z-index: 999;
        height: 70px;
        width: 420px;
        border-radius: 100px;
    }
    
    .div-inscribite{
        padding-left: 150px;
        color: #000;
        font-family: 'Gotham Ultra Italic';
        font-size: 40px;
        background: url(./imgs/flecha.png) no-repeat;
        background-size: 105%;
        background-position: 110%;
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex
    }
    
    #primer{ 
        position: absolute;
        top: 300px;
        left: auto;
        right: 50px;
    }
}

@media (max-width:960px){
    #ultima-mobile{
        display: block !important;
        object-position: 50% 0%;
    }
    
    #ultima-tablet{
        display: none !important;
    }
}

@media (max-width:700px) {
    header{
        padding: 0 30px;
    }
    #div-iconos img{
        width: 25px;
        margin: 0 10px;
    }
    img#twitter{
        width: 35px;
        margin-left: 3px !important;
    }
    header div h1 {
        font-size: 30px;
    }
    .form-gradient form input {
        width: 500px;
    }
    footer img{
        width: 130px;
    }
    #jr{
        width: 80px;
    }
    #mas18{
        width: 50px;
        margin-left: 20px;
    }
    footer h1{
        font-size: 15px;
    }

    #btn-inscribite{
        width: 270px;
    }
}

@media (max-width:650px){
    #torneosmayo-tablet{
        display: none !important;
    }

    #torneosmayo-mobile{
        display: block !important;
        object-position: 47% 10%;
    }
}

@media (max-width:600px){
    #completaelformulario{
        width: 400px;
    }
    .form-gradient form input {
        width: 400px;
    }
    header{
        padding: 0 15px;
    }
    header div h1 {
        font-size: 25px;
    }
    #btn-inscribite{
        width: 240px;
    }
    .carousel-item{
        height: 1650px;
    }

    .form-gradient{
        top: 1000px;
    }

    #slots-mobile{
        display: block !important;
        object-position: 50% 10%;
    }
    #slots-tablet{
        display: none !important;
    }
    #casino-tablet{
        display: none !important;
    }
    #casino-mobile{
        display: block !important;
        object-position: 50% 10%;
    }
    #apuestas-tablet{
        display: none !important;
    }
    #apuestas-mobile{
        display: block !important;
        object-position: 50% 0%;
    }

    .inscribite{
        position: absolute;
        top: 300px;
        left: 20px;
        z-index: 999;
        height: 60px;
        width: 320px;
        border-radius: 100px;
    }
    
    .div-inscribite{
        padding-left: 110px;
        color: #000;
        font-family: 'Gotham Ultra Italic';
        font-size: 30px;
        background: url(./imgs/flecha.png) no-repeat;
        background-size: 105%;
        background-position: 110%;
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex
    }
    
    #primer{ 
        position: absolute;
        top: 250px;
        left: auto;
        right: 40px;
    }

    #tercer{
        position: absolute;
        top: 550px;
    }

    input[type="submit"]{
        background: url(./imgs/CALL-TO-ACTION.png);
        background-repeat: no-repeat;
        background-position: 50% 55%;
        background-size: cover;
        border: 0 !important;
        width: 350px !important;
        height: 42px !important;
    }
}

@media (max-width:520px){
    .form-gradient{
        top: 940px;
    }
}

@media (max-width:470px){
    #completaelformulario{
        width: 350px;
    }
    .form-gradient form input {
        width: 350px;
        height: 35px;
        margin: 15px auto;
    }
    .gradient{
        height: 497px;
    }
    header div h1 {
        font-size: 20px;
    }
    footer{
        padding: 0 30px;
        height: 70px;
    }
    footer img{
        width: 115px;
    }
    .carousel-indicators button {
        height: 20px !important;
        width:20px !important;
        margin: 0 7px !important;
    }

    .g-recaptcha{
        transform: scale(0.8);
    }

    .inscribite{
        position: absolute;
        top: 300px;
        left: 20px;
        z-index: 999;
        height: 50px;
        width: 280px;
        border-radius: 100px;
    }
    
    .div-inscribite{
        padding-left: 110px;
        color: #000;
        font-family: 'Gotham Ultra Italic';
        font-size: 25px;
        background: url(./imgs/flecha.png) no-repeat;
        background-size: 105%;
        background-position: 110%;
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex
    }
    
    #primer{ 
        position: absolute;
        top: 200px;
        left: auto;
        right: 10px;
    }

    #tercer{
        position: absolute;
        top: 550px;
    }

    .carousel-item{
        height: 1340px;
    }

    .form-gradient{
        top: 810px;
    }


    
}

@media (max-width:430px){

    .form-gradient {
        position: absolute;
        top: 795px;
    }
    
}

@media (max-width:420px){
    #completaelformulario{
        width: 290px;
    }
    .form-gradient form input {
        width: 290px;
    }
    input[type="submit"]{
        background: url(./imgs/CALL-TO-ACTION.png);
        background-repeat: no-repeat;
        background-position: 50% 55%;
        background-size: cover;
        border: 0 !important;
        width: 260px !important;
        height: 36px !important;
    }
    #flechas{
        width: 25px;
    }
    #inscribite{
        width: 95px;
    }
    #div-iconos img{
        width: 23px;
        margin: 0 7px;
    }
    img#twitter{
        width: 33px;
        margin-left: -1px !important;
        margin-bottom: -2.5px !important;
    }
    footer{
        padding: 0 20px;
    }
    footer img{
        width: 100px;
    }
    #jr{
        width: 60px;
    }
    
    #mas18{
        width: 35px;
        margin-left: 15px;
    }
    footer h1{
        font-size: 12px;
    }
}

@media (max-width:400px){
    .carousel-item{
        height: 1350px;
    }
    #apuestas-mobile{
        object-position: 90% 0%;
    }
    #casino-mobile{
        object-position: 50% 0%;
    }
    #slots-mobile{
        object-position: 20% 0%;
    }
    #btn-inscribite {
        top: 500px;
    }
    .carousel-indicators {
        position: absolute;
        top: 580px !important;
        bottom: initial !important;
    }
    .form-gradient {
        position: absolute;
        top: 820px;
    }
    .gradient {
        height: 500px;
        position: absolute;
        top: 670px;
    }
    .form-gradient form {
        margin-top: 50px;
    }

    .inscribite{
        position: absolute;
        top: 300px;
        left: 20px;
        z-index: 999;
        height: 40px;
        width: 250px;
        border-radius: 100px;
    }
    
    .div-inscribite{
        padding-left: 85px;
        color: #000;
        font-family: 'Gotham Ultra Italic';
        font-size: 25px;
        background: url(./imgs/flecha.png) no-repeat;
        background-size: 105%;
        background-position: 110%;
        width: 100%;
        height: 100%;
        align-items: center;
        display: flex
    }
    
    #primer{ 
        position: absolute;
        top: 180px;
        left: auto;
        right: 15px;
    }

    #tercer{
        position: absolute;
        top: 400px;
    }

}

@media (max-width:380px){
    #apuestas-mobile{
        object-position: 80% 0%;
    }
    #casino-mobile{
        object-position:50% 0%;
    }
    #slots-mobile{
        object-position: 50% 0%;
    }
    #btn-inscribite {
        top: 440px;
    }
    .carousel-indicators {
        position: absolute;
        top: 510px !important;
        bottom: initial !important;
    }
    .form-gradient {
        position: absolute;
        top: 740px;
    }
    .carousel-item{
        height: 1250px;
    }
    .gradient {
        height: 500px;
        position: absolute;
        top: 550px;
    }
    .carousel-indicators button {
        height: 15px !important;
        width: 15px !important;
        margin: 0 7px !important;
    }
    
}

@media (max-width:355px){
    header{
        padding: 0 10px;
    }
    #div-iconos img{
        width: 20px;
    }
    img#twitter{
        width: 30px;
    }
    #flechas{
        width: 22px;
    }
    #inscribite{
        width: 90px;
        margin: 0;
    }
    #btn-inscribite{
        width: 220px;
    }
}

@media (max-width:330px){
    #apuestas-mobile{
        object-position: 40% 0%;
    }
    #casino-mobile{
        object-position: 50% 0%;
    }
    #slots-mobile{
        object-position: 50% 0%;
    }
    #btn-inscribite {
        top: 360px;
        width: 190px;
    }
    .carousel-indicators {
        position: absolute;
        top: 420px !important;
        bottom: initial !important;
    }
    .form-gradient {
        position: absolute;
        top: 650px;
    }
    .carousel-item{
        height: 1100px;
    }
    .gradient {
        height: 500px;
        position: absolute;
        top: 470px;
    }
    .form-gradient form input {
        height: 30px;
        margin: 12px auto;
    }
    .form-gradient form input::placeholder{
        font-size: 22px;
    }
    .inscribite{
        position: absolute;
        top: 250px;
        left: 20px;
        z-index: 999;
        height: 40px;
        width: 250px;
        border-radius: 100px;
    }
    #tercer{
        top: 300px;
    }
}