:root {
    --primario: #0164ff;
    --secundario: #000;
    --blanco: #FFF;
    --rojo: #bc0917; 
    --gris: #606060;
}

html {
    box-sizing: border-box;
    min-height: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
    font-family: 'Roboto', sans-serif;
}
p {
    line-height: 1.5;
    font-weight: bold;
    color: var(--primario);
    font-size: 18px;
}

article
{
    text-align: center;
}

#div1
{
    text-align:center;
}

#div2
{
    height:50px;
    width:400px;
    margin:0px auto;
}


@media (min-width: 400px) {

    .can
    {
       padding: 20px;
       text-align: center;
    }
    
}

a
{
    color: #0560c3;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
}

span
{
    color: var(--primario);
    font-weight: bold;
}

.dis
{
    color: var(--primario);
    font-size: 20px;
    font-weight: 900;
}

.solicita
{
    color: var(--primario);
    font-style: italic;
    font-size: 40px;
    font-weight: 900;
}

body {
    min-height: 100%;
    
}

img
{
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    #jugador{
    display:none;
    }
    }

h1 {
    font-size: 1.4rem;
    font-weight: 900;
    font-size: 30px;
    color: var(--primario);
    text-transform: uppercase;
}

h1, h2, h3 {
    text-align: center;

}
h2 {
    font-weight: 900;
    display:flex;
    justify-content: center;
    align-items: center;
    color: var(--primario);
}

h3
{
    background-color: var(--primario);
    color: #FFF;
    padding: 25px;
}


.sub
{
    text-align: center;
    color: #FFFFFF;
    background-color: var(--primario);
    font-size: 15px;
    padding: 10px 30px;
    font-weight: 400;
    margin: auto;
}

@media (min-width:768px) {

    .sub
{
    
    font-size: 24px;
    padding: 10px;
}
    
}



.contenedor {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

section
{
    font-size: 20px;
    font-weight: 900;
    color: var(--primario);
    text-align: center;
    
}

@media (min-width: 768px) {

  section
  {
    font-size: 30px;
  }
    
}

li
{
    font-weight: 400;
    color: var(--secundario);
    font-size: 17px;
    text-align: left;

}

.center
{
    text-align: center;
}

@media (min-width: 768px) {
    .instruccion
    {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 2rem;
    text-align: center;
    }
    }
    

    .info {
        display: inline-block;
        text-align: center;
        padding: 10px 20px;
        text-decoration: none;
        font-weight: bold;
    }

    .canales {
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }
    @media (min-width:768px) {
        .canales {
            display: flex;
            grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% ;
            column-gap: 1rem;
        }
    }
    .canal {
        text-align:center;
    }
    .canal {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    #txt
    {
        color: #707380;
        font-size: 18px;
    }

    .video {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        padding-top: 30px;
        position: relative;
        }
    .video iframe, .video object, .video embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        }