@font-face {
    font-family: 'Teko Bold';
    src: url(./fuentes/Teko-Bold.ttf);
}

@font-face {
    font-family: 'Gotham';
    src: url(./fuentes/Gotham-Black.otf);
}


@font-face {
    font-family: 'Gotham Book';
    src: url(./fuentes/GothamBook.ttf);
}


@font-face {
    font-family: 'Gotham Medium';
    src: url(./fuentes/GOTHAM-MEDIUM.TTF);
}


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

body{
    background: url(./mat/1080x1920/Landing-Betting-Club-FONDO-1920x1080.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    height: 1080px;
    height: auto;
}

.cont-fondos{
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-position: 50% 50% !important;
    opacity: 0.9 !important;
    font-family: 'Teko Bold';
}

#fondo1{
    background: url(./mat/1080x1920/Landing-Betting-Club-plano-rojo-1920x1080\ va\ en\ multiplay.png);
    height: 300px;
    width: 850px;
    margin-left: -1px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 150px;
    text-align: left;
}

#fondo2{
    background: url(./mat/1080x1920/Landing-Betting-Club-plano-gris-1920x1080.png);
    height: 70px;
    width: 800px;
    margin-top: -1px;
    padding-top: 5px;
    padding-left: 150px;
    text-align: left;
}

.blanco{
    color: #fff;
}

.color{
    color:#ED552C
}

.cont-fondos span{
    width: 550px;
    font-size: 80px;
    line-height: 65px;
}

#fondo2 span{
    font-size: 45px;
    color: #fff;
}

.qr-desktop{
    width: 350px;
    position: absolute;
    right: 150px;
    top: 480px;
}

.video{
    width: 650px;
    height: auto;
    background-color: transparent;
    margin-top: 70px;
    margin-left: 150px;
    border: 3px solid #fff;
}

div.info{
    color: #fff;
    font-family: 'Gotham';
}


.instagram{
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Gotham Medium';
    font-style: italic;
    justify-content: center;
    margin-top: 10px;
    font-size: 40px
}

.calltoaction{
    display: none;
}

div.info{
    font-style: italic;
    text-align: center;
    margin-top: 240px;
}

div#info2{
    margin-top: 50px;
}

h1{
    font-size: 40px;
}

h2{
    font-family: 'Gotham Medium';
    margin-top: 20px;
    font-size: 30px;
}

h3{
    color: #EB552C;
    font-family: 'Gotham';
    font-style: italic;
    text-align: center;
    margin-top: 75px;
    font-size: 40px;
}

.instagram .logo{
    width: 50px;
    margin-right: 10px;
}

.cont-fotos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.cont-fotos img{
    width: 100%;
    border-radius: 20px;
}

a{
    text-decoration: none;
    color: inherit;
}

h6{
    text-align: center;
    color: #fff;
    font-family: 'Gotham Medium';
    margin-top: 150px;
    margin-bottom: 20px;

}



@media (max-width:1500px) {
    .qr-desktop {
        width: 350px;
        position: absolute;
        right: 150px;
        top: 500px;
    }

    #fondo1{
        height: 250px;
        width: 700px;
    }
    
    #fondo2{
        height: 55px;
        width: 660px;
    }

    .cont-fondos span{
        width: 450px;
        font-size: 60px;
        line-height: 55px;
    }
    
    #fondo2 span{
        font-size: 40px;
    }

    .video{
        width: 600px;
        margin-top: 150px;
        margin-left: 30px;
    }
}



@media (min-width:1025px){
    body{
        background: url(./mat/1080x1920/Landing-Betting-Club-1920x2038-fondo.jpg);
        /* height: 2038px; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
        text-align: initial;
    }

    h2 br{
        display: none;
    }
}

@media (max-width:1300px){
    body{
        background: url(./mat/1024x1366/Landing-Betting-Club-1024X2664.jpg);
        /* height: 2664px; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    .qr-desktop {
        width: 300px;
        position: absolute;
        right: 100px;
        top: 800px;
    }

    #fondo1{
        margin-top: 350px;
    }

    div.info {
        margin-top: 350px;
    }

    .cont-fotos{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 50px;
        row-gap: 50px;
        width: 800px;
        margin: auto;
        margin-top: 20px;
    }
    
    .cont-fotos img{
        width: 100%;
        border-radius: 20px;
    }
}

@media (max-width:1155px){
    
    h6{
        margin-top: 200px;
    }
}

@media (max-width:1024px){
    body{
        text-align: center;
    }

    .qr-desktop {
        display: none;
    }

    #fondo1{
        margin-top: 300px;
    }

    .video{
        margin: auto;
        margin-top: 100px;
        width: 650px;
    }

    .calltoaction{
        display: block;
        width: 600px;
        margin: auto;
        margin-top: 50px;
    }

    div.info {
        margin-top: 150px;
    }

    .cont-fotos{
        column-gap: 30px;
        row-gap: 30px;
        width: 600px;
        margin-top: 40px;
    }
        
    h6{
        margin-top: 530px;
    }
}

@media (max-width:800px){
    body{
        /* height: 2300px; */
    }

    h6{
        margin-top: 180px;
    }
}

@media (max-width:710px){
    #fondo1{
        height: 200px;
        width: 480px;
        padding-left: 100px;
    }
    
    #fondo2{
        height: 50px;
        width: 455px;
        padding-top: 5px;
        padding-left: 100px;
    }

    .cont-fondos span {
        width: 300px;
        font-size: 45px;
        line-height: 45px;
    }

    #fondo2 span {
        font-size: 30px;
    }

    .video {
        width: 500px;
    }

    .calltoaction{
        width: 500px;
    }

}

@media (max-width:650px){
    body{
        /* height: 1800px; */
    }

    #fondo1{
        margin-top: 200px;
    }

    .cont-fotos {
        column-gap: 10px;
        row-gap: 10px;
        width: 90%;
    }

    .video {
        margin-top: 50px;
        width: 480px;
    }

    .calltoaction{
        width: 480px;
        margin-top: 30px;
    }

    div.info {
        margin-top: 70px;
    }

    h3 {
        margin-top: 60px;
    }

    h6{
        margin-top: 70px;
    }
}

@media (max-width:485px){
    body{
        background: url(./mat/412x914/Landing-Betting-Club-fondo-412x1421-Logo-achicado.jpg);
        /* height: 1451px; */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 20%;
    }

    #fondo1 {
        margin-top: 160px;
        width: 95%;
        height: 160px;
        padding-left: 80px;
    }

    #fondo2{
        width: 90%;
        padding-top: 9px;
        padding-left: 80px;
        height: 45px;
    }

    .video {
        width: 350px;
        margin-top: 120px;
    }

    .calltoaction{
        width: 300px;
    }

    .cont-fondos span {
        width: 240px;
        font-size: 35px;
        line-height: 34px;
    }

    #fondo2 span {
        font-size: 25px;
    }

    div.info{
        margin-top: 40px;
        font-size: 12px;
        font-style: italic;
    }

    h1{
        font-size: 28px;
    }

    h2{
        margin-top: 10px;
        font-size: 21px;
        font-weight: 100;
    }

    h3{
        color: #EB552C;
        font-style: italic;
        margin-top: 150px;
        font-size: 22px;
    }

    .instagram{
        margin-top: 0;
        font-size: 25px;
    }

    .instagram .logo{
        width: 30px;
        margin-right: 10px;
    }

    .cont-fotos{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 10px;
        row-gap: 10px;
        width: 360px;
        margin: auto;
        margin-top: 20px;
    }

    .cont-fotos img{
        width: 100%;
    }

    h6{
        margin-top: 50px;
    }
}

@media (max-width:380px){
    body{
        height: 1400px;
    }

    #fondo1 {
        margin-top: 200px;
        height: 145px;
        padding-left: 50px;
    }

    #fondo2{
        padding-top: 6px;
        padding-left: 50px;
        height: 40px;
    }

    .video {
        width: 300px;
    }

    .calltoaction{
        width: 280px;
    }

    .cont-fondos span {
        width: 220px;
        font-size: 32px;
        line-height:30px;
    }

    #fondo2 span {
        font-size: 22px;
    }

    .cont-fotos{
        width: 300px;
    }

    h3{
        margin-top: 50px;
    }

    h6{
        margin-top: 25px;
    }
}

@media (max-width:320px){
    body{
        background: url(./mat/320x568/Landing-Betting-Club-fondo-320x1105.jpg);
        height: 1250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 0%;
    }

    #fondo1 {
        margin-top: 160px;
        height: 110px;
        padding-top: 20px;
        padding-left: 40px;
    }

    #fondo2{
        padding-left: 40px;
        padding-top: 9px;
    }

    .video {
        margin-top: 120px;
        width: 280px;
    }

    .calltoaction{
        width: 260px;
        margin-top: 20px;
    }

    .cont-fondos span {
        width: 170px;
        font-size: 25px;
        line-height: 20px;
    }

    #fondo2 span {
        font-size: 22px;
    }

    .instagram {
        font-size: 20px;
    }

    .instagram .logo {
        width: 25px;
    }

    h1 {
        font-size: 22px;
    }
    
    h2 {
        font-size: 17px;
    }

    h3 {
        font-size: 20px;
        margin-top: 45px;
    }
    
    h6{
        margin-top: 10px;
    }

}