@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat');


li{
    text-decoration: none;
}

body{
    padding: 0;
    min-height: 100vh;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1500;
}

#isologo img{
    align-items: center;
    display: block;
    padding-top: 5rem;
    height: 100%;
    text-align: center;   
}


article{
    padding-top: 17rem;
    padding-bottom: 2rem;
    }

article ul {
    margin: 0;
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 5%;
    margin: 0;
}
h2{
    font-family: 'Montserrat', sans-serif;
   font-weight: 400;       
    font-size: 15px; 
  text-align: center;
    padding: 0%;
    margin:0;
    color: darkslategrey;   
}

h3{
    font-family: 'Montserrat', sans-serif;
   font-weight: 700; 
    font-size: 15px;
 text-align:inherit}

footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-around;
    padding: 1rem;
    background-color: #2fb8f2;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    
}
.texto1{
    font-size: 0.5em;
    padding-top: 0.3rem;
}

.flexhome{
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    
}

.flexhome li{
    padding: 1.2rem;
    
}

/* PAGINA INICIAL */

.pagina-inicial {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    
}

.pagina-inicial header{
    display: block;
    padding: 1rem;
    color: white;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: white;
    
    
}

.pagina-inicial main{
    margin: 0;
    padding: 0;
    
}

.pagina-inicial article{
    margin: 0;
    padding: 0;
    
    }

.pagina-inicial #isologo img{
        height: 40vh;
       
}

.pagina-inicial #isologo {
    display: flex;
    justify-content: center;
    height: 50%;
    
}

.pagina-inicial article img {
    padding-left: 2rem;
    padding-right: 2rem;
    align-self: center;
    width: 100%;
}

.pagina-inicial section{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    text-align: center;
    min-height: 35vh;
}

.pagina-inicial #boton{
    display: block;
    width: 70%;
    background-color: darkgray;
    margin-bottom: 1rem;
    border-radius: 0.7rem;
    margin-top: rem;
}

.pagina-inicial #boton a{
    display:  block;
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    padding: .5rem;
    
}


.pagina-inicial #boton a:hover{
    background-color: #F5B041;
    color: whitesmoke;
    font-weight: 300;
    border-radius: 0.7rem;
    transition: all 500ms;
}

.pagina-inicial a {
    font-family: 'Montserrat', sans-serif;
    color: darkgrey;
    text-decoration: none;
    margin: 0;
    
        
}

.pagina-inicial a:hover {
    color: #F5B041;
}

.pagina-inicial p {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    margin-top: -2rem;
}


/* PÁGINA INICIAR SESIÓN */


.pagina-registro header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: static;
    margin-top: -4rem;
 }

.pagina-registro h1 {
    color: grey;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 1.5rem;
}

.pagina-registro article{
    display: flex;
    margin-top: -20rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.tituloregi {
    margin-top:5rem; 
    margin-bottom: -1rem;
    }


.pagina-registro #campoformulario{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.pagina-registro input{
    display: block;
    width: 100%;
    border-radius: 0.7rem;
    height: 2.5rem;
    background-color: #F2F3F4;
    border: none;
    border-bottom: solid white .1rem ;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 1.3rem;
    text-align: center;
    }

.pagina-registro h2{
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    margin-bottom: 0.2rem;
}

.pagina-registro section{
    
    text-align: center;
    padding-bottom: 1rem;
    width: 100%;
    
}

.pagina-registro #boton{
    margin-top: 3rem;
}

.pagina-registro button{
    display: block;
    color: white;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    background-color: darkgrey;
    width: 100%;
    height: 100%;
    padding: .5rem;
    border-radius: 0.7rem;          
}

.pagina-registro button:hover{
    background-color: #F5B041;
    color: white;
    transition: all 500ms;
}


.boton_is{
    display: block;
    color: white;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    background-color: darkgrey;
    width: 100%;
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: 0.7rem;
    text-decoration: none;
}

.boton_is:hover{
    background-color: #F5B041;
    color: white;
    transition: all 500ms;
}


.pagina-registro #usuariocreado {
    position: fixed;
    top:0;
    left: -100%;
    height: 100%;
    width: 100%;
    padding: 3rem;
    display: flex;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    
}

.pagina-registro #usuariocreado:target {
    visibility: visible;
    opacity: 1;
    background-color: whitesmoke;
    position: fixed;
    top:0;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    left: -3rem;
}
.pagina-registro #usuariocreado p {
    color: grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
}

.pagina-registro h3{
    color: darkgray;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
    margin-bottom: 0.2rem;
    margin-top: 15%;
}

.pagina-registro #boton2 a{
    display:  block;
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    background-color: #2fb8f2;
    padding: .7rem;
    margin-top: -5;
    border-radius: 0.7rem;
}

.pagina-registro #boton2 a:hover{
    background-color: #F5B041;
    color: white;
    font-weight: normal;
    transition: all 500ms;
    border-radius: 0.7rem;
    
}
a.iniciarsesion{
    text-decoration: none;
}

article {
    padding-bottom: 1rem;
    }

h1 {
    padding: 3%;
}
    
main article ul li {
    width: 30%;
    margin: 1%;
}
    
.productos ul li {
    width: 30%;
}


    /* Pantalla de home */


.pagina-inicial #boton a{
     font-size: 1.5rem;
}

.pagina-inicial a {
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    text-decoration: none;
    margin: 0;     
}

.pagina-inicial p {
    margin: 0;
    display: block;
    width: 50%;
    text-align: center;
}
    
.bienvenido {
    font-size: 1rem;
    color: grey;
    margin-top: 7rem;
}

        /* Menú navbar */

/*Navbar pegado a la parte de abajo de la app*/
.navbar {
    background-color: #F1F1F1;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content:space-around;
    text-align: center;
}

/*El estilo del li nav */
.navbar ul{
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 1rem;
        margin-bottom: 1rem;
}
.navbar li {
    color: grey;
    justify-content:space-around;
    display: inline;
    text-align: center;
    padding: 2rem;
    text-decoration: none;
    font-size: 1.5rem;
}

.gris {
     color: dimgray;
}

.gris:hover {
    color: white;
}



/* PREGUNTAR POR QUE NO ANDA EL ACTIVE DEL GRIS PARA CAMBIAR EL COLOR */
.gris:active {
    color: rgb(47, 184, 242);
}

/* El hover del nav, al pasar el mouse por encima */
.navbar li:hover {
    background-color: rgb(47, 184, 242);
}

/* El color de la pestaña activa del nav */
.navbar li.active {
    background-color: #2fb8f2;
}

/* barra de arriba con coso QR */

div.desplegables {
    text-align: center;
}

div.camara {
    width: 100%;
    background-color: #2fb8f2;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

button.mostrar {
    background-color: #2fb8f2;
    border-style: none;
    text-align: center;
    font-size: 2rem;
    display:flex;
    justify-content:center;
    align-items:center;
}

.blanco {
     color: white;
}

.texto {
    display:none;
    margin-top: 1rem;
}

    /* Pantalla de Inicio Torneos */

.titulosgrises {
    color: dimgray;
}

.trofeo-cyclo{
    width: 23%;
    margin-top: 8rem;
}
.torneos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin: 0;
    padding-left: 0rem;    
}
#mistorneos{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:white;
    padding: 1rem;
    margin:1rem;
    list-style-type: none;
    background-color: lightgray;
    border-radius: 0.7rem;
    width: 80%;
}

#mistorneostexto{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-align: center;
    color:dimgray;
    background-color: white;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0rem;
    border-radius: 0.7rem;
    
}

#mistorneostexto a{
    text-decoration: none;
    color: #2fb8f2;
}
.opciones-torneo:hover{
    background-color: #F5B041;
    color: whitesmoke;
    font-weight: 300;
    cursor: pointer;
    border-radius: 0.7rem;
    transition: all 500ms;
}

#mistorneos:hover{
    background-color: #F5B041;
    color: whitesmoke;
    cursor: pointer;
    font-weight: 300;
    border-radius: 0.7rem;
    transition: all 500ms;
}

.opciones-torneo{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:white;
    padding: 1rem;
    margin:1rem;
    list-style-type: none;
    background-color: lightgrey;
    border-radius: 0.7rem;
    width: 80%;
}
#busquedatorneo{
   margin: 0.7rem; 
    padding-top: 0.3rem;
    border-radius: 0.7rem;
    height: 1.5rem;
    width: 50%;
    text-decoration: none;
    border: none;
}

/* PÁGINA USUARIO*/
div.usuario { 
    margin: 0;
    display:block;
    width: 50%;
    text-align: left;
}
.campos {
    display: flex
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding:1rem;
    background-color: darkgrey;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
}
.centroreci {
    border-radius: 50%;
    
}
.uno{
    display: flex;
    text-align: center;
    justify-content: center;
    width: 50%;
}

h4{
   font-family: 'Montserrat', sans-serif;
    font-weight: 600;

    
    padding: 1%;
    margin: 0;
}

/* PÁGINA DE MAPA */

.mapa{
    width: auto;
    position: relative;
}

.mapagoogle{
    width: 100%;
}
.direccionpapeleras{
    height: 30%;
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    background-color: #6BE3BF;
    padding: 1rem;
    display: block;
    align-content: center;
    font-weight: bold;
    justify-content: center;
    position: relative;
    bottom: 2rem;
}

.mapa i {
    margin-left: 3rem;
    z-index: 1200;
    position: absolute;
}

.volver {
    margin-top: 6rem;
    position: absolute;
    margin-left: 2rem;
    left: 0;
}

.volver a {
    text-decoration: none;
    color:grey;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

/* PAGINA POSICIONES TORNEO */
.titulotorneo{
    color:grey;
    font-family: 'Montserrat', sans-serif;
    padding: 2rem;
    display: flex;
    justify-content: center;
    background-color: white;
    margin-top: 3rem;
}
.titulotorneo img{
    margin-right: 20px;
}
.a{
    font-weight: bolder;
    font-size: 2rem;
    text-align: center;
}
.b{
    margin: -1rem;
    font-weight: 100
}
.c{
    background-color: lightgray;
    color:white;
    border-radius: 0.3rem;
    padding: 0.5rem;
    margin-bottom: 0;
}

.puntos {
    font-family: 'Montserrat', sans-serif;
    background-color: lightgray;
    color:white;
    border-radius: 0.3rem;
    padding: 0.7rem;
    margin-top: 0;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.puntosamarillo {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5B041;
    color:white;
    border-radius: 0.3rem;
    padding: 0.7rem;
    margin-top: 0;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.posiciones{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:white;
    padding: 0.7rem;
    margin-top: -1rem;
    background-color: #2fb8f2;
    border-radius: 0.5rem;
}

.amigos{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:white;
    padding: 0.7rem;
    margin-top: -1rem;
    background-color: lightgray;
    border-radius: 0.5rem;
}

.tablaposiciones{
    display:inline;
    text-align: center;
    justify-content:space-between;
    margin-bottom: 20px;
    
}

.tablatorneo{
    text-align: center;
}

.puesto{
    color: orange;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    padding: 0.2rem;
    left:0;
    padding-left: 2.8rem;
    border-bottom-style:solid;
    border-bottom-width: thin;
    border-bottom-color: lightgray;
    padding-bottom: 0.7rem;
    width: 35%;
    text-decoration: none;
    
}
.competidor{
    color: grey;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 1rem;
    padding-right: 2rem;
    border-bottom-style:solid;
    border-bottom-width: thin;
    border-bottom-color: lightgray;
    padding-bottom: 0.7rem;
    width: 100%;
}

.torneoparticipantes{
    color: grey;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border-bottom-style:solid;
    border-bottom-width: thin;
    padding-top: 0.7rem;
    border-bottom-color: lightgray;
    padding-bottom: 0.7rem;
}

.agregarusu p{
    color: #2fb8f2;
    text-align: center;
    font-weight: bold;
    justify-content: center;
    position: absolute;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 0.7rem;
    padding-top: 1rem;
    font-size: 1.5rem;
}
.puntaje{
    right: 0;
    color:#2fb8f2;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 1rem;
    text-align: left;
    padding-left: 1rem;
    padding-right: 4rem;
    border-bottom-style:solid;
    border-bottom-width: thin;
    border-bottom-color: lightgray;
    padding-bottom: 0.7rem;
    width: 100%;
}

.eliminar{
    right: 0;
    color:indianred;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 1rem;
    text-align: left;
    padding-left: 1rem;
    padding-right: 4rem;
    border-bottom-style:solid;
    border-bottom-width: thin;
    border-bottom-color: lightgray;
    padding-bottom: 0.7rem;
    width: 100%;
}

.hrefazul{
    text-decoration: none;
    color: #2fb8f2;
    }

.hrefgris{
    text-decoration: none;
    color: dimgray;
    font-weight: bold;
    }

.hrefblanco{
    text-decoration: none;
    color: white;
    font-weight: bold;
    }
