* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0;
    font-size: 1em=16px;
    font-family: roboto;
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
}


h1 {
    font-family: darker grotesque;
    font-weight: 800;
    color: #fff;
    font-size: 8em;
}

li {
    list-style: none;
}


/*LOADER*/
#loader {

  background: #FFFFFF url(intro.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1000;

}

/* HEADER NAV MENU */

header {
    height: 1.5em;
    margin: 0px;
    position: relative;
    z-index: 1;
}

.paquetemenu {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 4em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#logoinicio {
    display: flex;
}

#carrito a {
    color: #fff;
    font-size: 1.8em;
    margin-right: 0.2em;
}

#iconomenu {
    cursor: pointer;
    font-size: 1.8em;
    margin-left: 0.2em;

}

#menu {

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    color: #fff;
    background-color: black;
    width: 200px;
    display: none;
    position: fixed;
    left: 0em;
    padding: 0px;
    top: 4em;
    margin: 0px;
}

#menudesktop {
    display: none;
}

.linknav {
    font-family: roboto;
    font-size: 1em;
    font-weight: 400;
}

.limenu {
    padding: 1em;
    display: flex;
    align-items: center;
}

.limenu:hover {
    background: #1c1c1c;
    color: #fff;
    transition: all 0.5s ease-out;
}

/* FIN HEADER NAV MENU */

/*REDES*/

.botonredes {
    position: fixed;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

}



.botonredes ul li a {
    display: inline-block;
    text-align: center;
    margin: 0.5em;
    padding: 1.5em 1em;
    transition: all 0.3s ease;
    color: white;
    font-size: 0.6em;
    border-radius: 3em;
    cursor: pointer;


}

.botonredes img {

    width: 60%;
}


.botonredes ul li a:hover {
    opacity: 0.7;
    padding: 10px 30px;
}

.iconofb {
    background: #3B5998;
    color: white;
}


.iconotw {
    background: #55ACEE;
    color: white;
}

.iconoig {
    background: #f40083;
    color: white;
}

.iconowpp {
    background: #4CAF50;
    color: white;
}


/* FIN REDES */

/*EL CLUB*/

.principal h1 {

    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: rgba(0, 51, 204, 0.5);
    width: 100%;
}

.contenido1,
.contenido2 {
    font-family: roboto;
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    margin: 1em;
    margin-right: 2em;

}

.tablahorarios {
    font-family: roboto;
    margin: 1em;
    margin-right: 2em;

}

.contenido2 {
    margin-top: 2em;
}

#contenido p {
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    font-size: 0.9em;
}

#contenido h2 {

    padding: 0.5em;
    color: rgb(8, 30, 78);
    background-color: #fff;
}

.tablahorarios h2 {
    /*TABLA*/
    margin-bottom: 1em;
    margin-top: 2em;
}

table {
    width: 100%;
    padding: 0.8em;
}


.dias {

    font-weight: 600;
    background-color: rgb(0, 51, 204);
    color: #fff;
}


.horarios {

    background-color: #fff;
    color: rgb(8, 30, 78);

}

.dias,
.horarios {
    padding: 0.8em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}



.destacado h3 {

    font-family: darker grotesque;
    color: #0033CC;
    font-size: 3em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 3em;
    margin-bottom: 2em;
}

#fondo {
    background-image: url(imagenes/fondo1.png);
    background-repeat: repeat-y;
    background-position: right;


}

#fondo > p {
    color: rgba(8, 30, 78, 0.0);
}

/* FIN DEL CLUB */

/*PAGO*/

.metodos {
  cursor: pointer;
}

.visa,
.mercadopago,
.pagofacil {
    margin-top: 1em;
}

.paypal {
    
    margin-top: 1.5em;
}




/* REGISTRO - OLVIDE CONTRASENA - INICIAR SESION - REGISTRO EXITOSO - CONTRA EXITOSO */

.registro,
.olvidecontra,
.registroexitoso,
.contraexitoso,
.iniciosesion {
    display: flex;
    flex-direction: column;
    padding: 2em;


}

.formulariosbotonredes {
    display: none;
}

.registro h3,
.iniciosesion h3 {
    font-family: darker grotesque;
    font-weight: 900;
    font-size: 3.5em;
    color: black;
    padding-top: 1em;
}

.registro p,
form,
.olvidecontra p,
.iniciosesion p {
    font-family: roboto;
    padding-top: 1em;
    color: #706F6F;
}

.registro label,
.olvidecontra label,
.contraexitoso label,
.iniciosesion label {
    font-weight: 600;
    padding: 1em 0 0.5em 0;
    display: flex;
    flex-direction: column;
    color: black;
}

input {
    width: 100%;
    background-color: #EDEDED;
    border-radius: 3%;
    border-style: none;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    font-weight: 200;
    font-size: 16px;
    border-radius: 65px;
}

input:focus {
    border-style: none;
    background-color: lightgrey;

}


.botonesiniciarsesion {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 1em;

}

.iniciarboton {
    margin-top: 1em;
    font-family: roboto;
    background-color: #3483FA;
    font-size: 16px;
    padding: 0.5em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    color: #fff;
    border-radius: 8em;
    cursor: pointer;
    border: none;
    width: 150px;

}


.registrarseboton,
.invitadoboton {
    margin-top: 1em;
    font-family: roboto;
    background-color: #706F6F;
    font-size: 16px;
    padding: 0.5em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    color: #fff;
    border-radius: 8em;
    cursor: pointer;
    border: none;
    width: 150px;

}


/* FIN INICIAR SESION */


.registro button {
    background-color: #3483FA;
    display: inline-block;
    justify-content: center;
    width: 50%;
    border-style: none;
    padding: 0.5em 1em;
    margin: 2em 25%;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 65px;

}

.registro button:hover,
.olvidecontra button:hover,
.registroexitoso button:hover,
.contraexitoso button:hover,
.iniciosesion button:hover {
    background-color: #0033CC;
}

.registro button a,
.olvidecontra button a,
.contraexitoso button a,
.iniciosesion button a {
    color: #fff;

}

/*FIN DEL REGISTRO*/

.olvidecontra h3 {
    font-family: darker grotesque;
    font-weight: 900;
    font-size: 2.5em;
    color: black;
    padding-top: 1em;

}

.olvidecontra button,
.contraexitoso button {
    background-color: #3483FA;
    width: 40%;
    border-style: none;
    padding: 0.7em 1em;
    margin: 0.5em 0;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-radius: 65px;

}

.olvidecontra button a,
.contraexitoso button a {
    font-size: 14px;
}

.formpagant {
    font-family: roboto;
    color: #0033CC;
    padding: 3em 0em;
    font-size: 12px;
}

.formpagant a {
    font-family: roboto;
    color: #0033CC;
    padding: 3em 0em;
    font-size: 12px;
}

.formpagant a:hover {
    font-family: roboto;
    color: black;
    padding: 3em 0;
    font-size: 12px;
}

/*FIN DE OLVIDECONTRA */

.registroexitoso h3,
.contraexitoso h3 {
    font-family: darker grotesque;
    font-weight: 900;
    font-size: 2em;
    color: black;
    padding-top: 1em;
}

.registroexitoso p,
.contraexitoso p {
    font-family: roboto;
    padding-top: 1em;
    color: black;
}

.registroexitoso p a:hover,
.registroexitoso p a:visited,
.iniciosesion p a,
.iniciosesion p a:visited {
    color: #0033CC;
}

/* FIN DE REGISTRO EXITOSO Y CONTRA EXITOSO */


/* BODY MI CUENTA */

.franco {
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 1em;
}

span.lnr.lnr-tag {
    margin-right: 0.8em;
}

span.lnr.lnr-user {
    margin-right: 0.8em;
}

span.lnr.lnr-lock {
    margin-right: 0.8em;
}

span.lnr.lnr-cog {
    margin-right: 0.8em;
}

.barrascuenta {
    background-color: #f4f4f4;
    height: 90px;
    padding: 0.3em;
    cursor: pointer;
    margin-bottom: 1.5em;

}

/* FIN BODY MI CUENTA */

/* BODY PAGO */

.metodos {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
    margin-top: 3em;
}

.metodos a {
    margin-left: 1em;
    margin-right: 1em;
}

.iconofin {
    font-size: 3em;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    color: #706F6F;
    font-weight: 100;
}

/* FIN BODY PAGO */

/* BODY CARRITO */

.paquetecarrito {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#myform {
    text-align: center;
    padding: 5px;
    margin: 1em;
    margin-top: 0px;
}

.botonesmasmenos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.qty {
    width: 40px;
    height: 25px;
    text-align: center;
    border-radius: 0px;
}

input.qtyplus {
    width: 25px;
    height: 25px;
    border-radius: 0px;
    padding: 0px;
    margin-left: 0.5em;
    cursor: pointer;

}

input.qtyminus {
    width: 25px;
    height: 25px;
    border-radius: 0px;
    padding: 0px;
    margin-right: 0.5em;
    cursor: pointer;
}

.elegircantidad {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: roboto;
    align-items: center;
    margin: 1em;
}

.ventanacarrito {
    width: 90%;
    background-color: #fff;
    margin: 1em;
    border-radius: 1em;
    padding: 2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.vaciarcarrito {
    margin: 1em;
}

.vaciarcarrito a {
    color: #000;
    font-family: roboto;
    color: #3483FA;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* FIN BODY CARRITO */



/* BODY TIENDA */

.bodytienda {
    margin: 0px;
    background-color: #ebebeb;
}

.tituloprincipal {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-family: darker grotesque;
    color: #fff;
    background-color: #0033CC;
    width: 100%;
    padding: 0.5em;
    font-size: 4em;
    margin: 0px;
}

.paquetestienda {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ventanaarticulo {
    width: 90%;
    background-color: #fff;
    margin: 1em;
    border-radius: 1em;
    padding: 2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ventanatitulo {
    font-family: darker grotesque;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    font-size: 2.1em;
    font-weight: 900;
    margin: 0px;
}

.descripcionarticulo {
    font-family: roboto;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    font-size: 1em;
    margin: 0px;
    margin-bottom: 2em;
    color: #706F6F;
}

.imgproducto {

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
}

.precioenvio {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5em;
}

.precio {
    font-family: roboto;
    margin-bottom: 8px;

}

.tachado {
    text-decoration: line-through;
    font-family: roboto;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0px;
    color: #706F6F;
}

.envio {
    font-family: roboto;
    font-size: 1.2em;
    margin: 0px;
    color: #4EB051;
}

.elegirtalle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: roboto;
    align-items: center;

}

.talle {
    padding: 0em;
    margin: 1em;
}

.colores {
    display: flex;
    flex-direction: row;
    margin-top: 1.3em;
}

#negro {
    width: 1em;
    height: 1em;
    background-color: #000;
    margin: 0.5em;
    cursor: pointer;
}

#azul {
    width: 1em;
    height: 1em;
    background-color: #0033CC;
    margin: 0.5em;
    cursor: pointer;
}

#blanco {
    width: 1em;
    height: 1em;
    background-color: #fff;
    border-color: #000;
    margin: 0.5em;
    border: 1px solid #555;
    cursor: pointer;
}

.comprar {
    margin-top: 1em;
    font-family: roboto;
    background-color: #3483FA;
    font-size: 1em;
    padding: 0.5em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    color: #fff;
    border-radius: 8em;
    cursor: pointer;
    border: none;
}

.comprar a {
    font-family: roboto;
    color: #fff;
}

.agregar {
    margin-top: 1em;
    font-family: roboto;
    background-color: #706F6F;
    font-size: 1em;
    padding: 0.5em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    color: #fff;
    border-radius: 8em;
    cursor: pointer;
    border: none;
}

.agregar a {
    font-family: roboto;
    color: #fff;
}


.botonestienda {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}


/* FIN BODY TIENDA */


/*PRÓXIMO PARTIDO BODYINICIO Y BODYENTRADAS*/

.bodyinicio {

    background-color: #efefef;

}

.mainentradas h2,
.bodyinicio h2 {
    font-family: darker grotesque;
    padding: 0.5em;
    margin: 1em;
    margin-top: 3em;
    background-color: rgb(8, 30, 78);
    color: #fff;
    padding: 0.5em;

}

.mainentradas h3,
h4 {
    padding: 0.5em;
    margin: 1em;
    margin-top: 1em;

}

h4 {
    text-align: center;
    font-weight: 800;
}

.bodyinicio h3 {
    padding: 0.5em;
    margin: 1em;
    margin-top: 1em;
}

.proximopartido {
    margin: 0 1em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;

}

.proximopartido ul {

    margin: 0 .5rem .5rem;
    text-align: center;
    display: flex;
    justify-content: center;
}


.proximopartido ul li {
    display: flex;
    align-items: center;

}

.icon {

    margin-left: 0.2em;
    width: 1.5rem;
    height: 1.5rem;
}


.proximopartido ul li p {
    text-align: left;
    font-size: .8rem;
    margin: .3rem;
}


.equipos {
    display: flex;
    justify-content: space-around;
    margin: 1rem 1rem 2rem 1rem;
}

.equipos > div {
    text-align: center;
}

.equipos p {
    color: rgb(8, 30, 78);
    font-weight: 800;
    font-size: .8rem;
    background-color: #fff;
    padding: 0.5em;
    margin-top: 1em;
}

.equipos img {
    height: 4.5rem;
}

.equipos h4 {
    font-size: 1em;
    font-weight: 600;
    margin-top: 3em;
    letter-spacing: 0.1rem;
    text-align: center;
    width: fit-content;
    height: fit-content;
}


.proximopartido button {

    background-color: rgb(8, 30, 78);
    display: inline-block;
    justify-content: center;
    width: 50%;
    border-style: none;
    padding: 1em;
    margin: 2em 25%;
    margin-bottom: 4em;
    box-sizing: border-box;
    border-radius: 65px;
}

.proximopartido button a {
    font-weight: 300;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}

/*SLIDER*/

.pasador figure img {

    width: 100%;
    height: auto;
    margin-top: 2em;
}



/*----------------------------------
 modificaciones al css del plugin
----------------------------------*/

.bx-wrapper {
    z-index: 0;
}


/*SECCIÓN VIDEO*/

.ultimopartido {


    background-color: #fff;

    margin-bottom: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.ultimopartido video {

    width: 100%;
    height: auto;


}

.ultimopartido h2 {

    margin-top: 0;
}


.ultimopartido .equipos {

    margin-top: 2em;
}



.ultimopartido h3 {

    margin-top: 0;
}



/* FIN INICIO */

/* ENTRADAS */

.costoentradas {

    font-size: 0.9em;
    text-align: center;
    color: rgba(8, 30, 78);
    border-bottom: 1px solid rgb(0, 51, 204);
    padding-bottom: 0.5em;
    margin-top: 2em;
}

/* FIN ENTRADAS */


/*REGALO GORRA AGREGADO*/

.regalogorra {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ventanacarrito h3 {

    font-weight: 300;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    margin-bottom: 0.5em;


}

.regalogorra img {

    width: 75%;
    margin-top: 2em;
    margin-bottom: 2em;

}


.bodyregalo .paquetecarrito {

    background-image: url(imagenes/fondopromos%20-%20copia.png);
}


/* FIN REGALO GORRA */


/*FOOTER*/

footer {
    background-color: #0033CC;
    color: #fff;
    font-family: Roboto;
    padding: 1em;
    display: flex;
    justify-content: flex-start;
}

footer h5 {
    font-size: 16px;
    font-weight: 300;
}

footer p {
    font-size: 10px;
    font-weight: 300;
}

.direccion {
    padding: 0 1em;
}

.contacto {
    padding: 0 1em;
}

/*FIN DEL FOOTER*/




/* RESPONSIVE */


/* INICIO HEADER NAV MENU RESPONSIVE */

@media (min-width:869px) {

    #iconomenu {
        display: none;
    }

    #menudesktop {

        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: space-between;
        padding: 0px;
        font-size: 1em;
        height: 100%;
    }

    #menudesktop .limenu {
        padding: 2em;

    }

    #menudesktop .limenu:hover {
        background: #1c1c1c;
        height: 100%;
        color: #fff;
        transition: all 0.5s ease-out;
    }

    /* FIN HEADER NAV MENU RESPONSIVE */

    /* INICIO TIENDA RESPONSIVE */

    .botonestienda {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
    }

    .comprar {
        margin-left: 2em;
        margin-right: 2em;
    }

    .agregar {

        margin-left: 2em;
        margin-right: 2em;
    }

    .precioenvio {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1.5em;
    }

    .paquetestienda {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
        align-content: stretch;
        width: 100%;
    }

    .ventanaarticulo {
        width: 45%;
    }

}


/* FIN TIENDA RESPONSIVE */

/* RESPONSIVE REGISTRO - OLVIDE CONTRASENA - INICIAR SESION - REGISTRO EXITOSO - CONTRA EXITOSO */
@media (min-width:570px) {
    .registro,
.olvidecontra,
.registroexitoso,
.contraexitoso,
.iniciosesion {
    display: flex;
    flex-direction: column;
    padding: 2em;
    width: 553px;
}


/* FIN RESPONSIVE REGISTRO - OLVIDE CONTRASENA - INICIAR SESION - REGISTRO EXITOSO - CONTRA EXITOSO */

/*TABLA RESPONSIVE*/
@media (min-width:955px) {


    tr {

        display: inline;
        float: left;
        margin-right: 0.5em;
    }

}


/* FIN TABLA RESPONSIVE */
