/*----------Estilos del pancarta-uno----------*/

.pancarta-uno {
    margin-top: 25px;
    position: relative;
    z-index: -1000;
    width: 100%;
    margin-bottom: 5px;
}

.pancartaimg {
    height: 100px;
    object-fit: cover;
    width: 100%;
}

.contenidopancarta {
    width: 90%;
    color: #050400;
    text-align: left;
    margin: 0 50px;
    position: absolute;
    z-index: 1500;
    top: 50%;
    font-weight: bold;
}

/*----------Estilos contenedor----------*/

.contenedor3 {
    width: 100%;
    padding: 0 10px;
    display: grid;
    grid-gap: 0px;
    grid-template-areas: "contenido contenido"
                        "cite cite"
                        "sidebar sidebar"
                        "aside aside"
                        "address address"
                        "footer footer"; 
}

.contenedor3 .contenido{
    grid-area: contenido;
}

.contenedor3 .sidebar{
    grid-area: sidebar;
    align-self:flex-start;
}

.contenedor3 .aside{
    grid-area: aside;
}
 
.contenedor3 .cite{
    grid-area: cite;
}

.contenedor3 .address{
    grid-area: address;
}
 
 .contenedor3 .footer{
    grid-area: footer;
 }

 /*----------Estilos formulario insertar----------*/

.contenido {
    border: 1px solid #6a6c6d;
}

 .contenedortitulo {
    margin: 0;
    padding: 10px;
    font-size: 0.8em;
    text-align: center;
    background:  linear-gradient(45deg,  #022162, #0dbce2);
}

.contenedor-cuatro {
    width: 100%;
    margin: 0px;
    background: #fff;
}

.formadecontenedor {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;	
}

.etiquetacontenedor {
    font-size: 0.8em;
    width: 50%;
}

.entradacontenedor { 
    width: 90%;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8em;
    padding: 5px;
}

.entradacontenedor-uno { 
    width: 30%;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 0.8em;
    padding: 5px;
}

.enviarcontenedor {
    background: white;
    color: black;
    border: none;
    padding: 5px;
    margin: 15px auto;
    width: 100px;
    font-size: 0.8em;
    cursor: pointer;
    border: 1px solid #6a6c6d;
}

/*----------Estilos votos----------*/

.tablamejorjugador{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 30px;
    border: 1px solid #6a6c6d;
}

.tablasemana{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 30px;
    border: 1px solid #6a6c6d;
    margin: 5px auto;
    width: 100%;
}

.tablaparticipantes{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 30px;
    border: 1px solid #6a6c6d;
    margin: 5px auto;
}

.tablacontenedor {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: 30px;
    border: 1px solid #6a6c6d;
    margin: 5px auto;
    width: 100%;
}

.titulotabla{
    grid-column-start: 1;
    grid-column-end:   3;
    background: linear-gradient(45deg,  #022162, #0dbce2);
    color: #fdfb08;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 0.8em;
}

.subtitulotabla, .subtitulotabla-uno{
    padding: 10px;
    font-weight: bold;
    font-size: 0.8em;
    color: #fdfb08;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subtitulotabla{
    background: linear-gradient(45deg,  #0dbce2, #022162);
}

.subtitulotabla-uno{
    background: linear-gradient(45deg,  #022162, #0dbce2);
}

.articulotabla{
    font-size: 0.8em;
    background: #fff;
    color: #022162;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articulotabla-uno{
    font-size: 0.8em;
    background: #d0d0ce;
    color: #022162;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*----------Estilos normas----------*/

.footer {
    margin: 5px auto;
    background: #fff;
    border: 1px solid #6a6c6d;
}

.footer h2 {
    background:  linear-gradient(45deg,  #022162, #0dbce2);
    color: #fdfb08;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer p {
    padding: 5px;
}

@media screen and (min-width:768px) {

/*----------Estilos contenedor----------*/

    .contenedor3 {
        width: 90%;
        display: flex;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 50% 50%);
        grid-template-rows: repeat(5, auto);
        grid-template-areas: "contenido aside"
						"address aside"
						"address cite"
						"address sidebar"
                        "address footer";
    }      

    .contenedor3 .contenido,
    .contenedor3 .sidebar,
    .contenedor3 .aside,
    .contenedor3 .cite,
    .contenedor3 .address,
    .contenedor3 .footer{
        margin: 5px;
    }
    
/*----------Estilos votos----------*/

    .titulotabla, .subtitulotabla-uno {
    background: linear-gradient(45deg,  #022162, #0dbce2);
    }

    .subtitulotabla{
        background: linear-gradient(45deg,  #0dbce2, #022162);
    }

    .titulotabla,  .subtitulotabla, .subtitulotabla-uno{
        color: #fdfb08;
    }
}

@media screen and (min-width:1024px) {

    .titulotabla, .subtitulotabla, .subtitulotabla-uno, .articulotabla, .articulotabla-uno,
    .contenedortitulo, .etiquetacontenedor, .entradacontenedor, .entradacontenedor-uno, 
    .enviarcontenedor, .footer h2, footer p {
        font-size: 0.9em;
    }
    
    /*----------Estilos del pancarta-uno----------*/
    
    .pancarta-uno {
    margin-top: 9px;       
    }   

    .pancartaimg {
    width: 100%;
    height: 250px;
    }

    .contenidopancarta {
    text-align: left;
    margin: 0 300px;
    top: 30%;
    font-size: 2em;
    }

/*----------Estilos contenedor----------*/

    .contenedor3 {
    width: 1000px;
    margin-top: -105px;
    }
}
