*{
    font-family: 'Oswald', sans-serif;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 15.1em;
    max-height: 35em;
    box-sizing: border-box;
    text-decoration: none;
    
}

a:link, a:visited{  
    text-decoration:none;
    color: white}

header{
    background-color: black;
    
    
}

header nav{
    padding: 0.3em;
    padding-bottom: 0.1em
}

header nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    
    
}

body{
    width: 15.1em;
    height: 26.25em;
    background-image: url(../imagenes/fondo.png);
     background-repeat: no-repeat;
     background-size: cover;
}



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

#centro{
    max-width:7em;
    margin: 2em
    
}

#descripcion{
    font-size: 0.7em;
    color: white;
    font-weight: 100;
    text-align: center;
    margin: 0 0 3em 0;
    
    
    
}

#primero{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 1em;
    justify-content: space-between;
    align-content: space-between
    
}

#unirse{
    background-color: darkorange;
    color: white;
    width: 8em;
    text-align: center;
    font-size: 1.2em;
    margin: 0.5em;
    
}

#unirse a:link{ color: white}
#unirse a:visited{color: white}

#ingresar{
    background-color: white;
    color: darkorange;
    width: 8em;
    text-align: center;
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}

#ingresar a:link{
    color: darkorange}
#ingresar a:visited{
    color: darkorange}

#unirse:hover {
    background-color: orange;
}

#ingresar:hover {
    background-color: lightgrey;
}

#precios ul li:hover{background-color: orange}

form{
    color: white;
    margin: 3em;
    font-weight: 100;
    font-size: 0.8em;
    text-align:center;
    
}

input[type="text"] {
    margin: 1em;
    background-color: transparent;
    border-bottom: 1px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: darkorange;
    margin-top:0;
    color: white;
    
}

input[type="password"] {
    margin: 1em;
    background-color: transparent;
    border-bottom: 1px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: darkorange;
    margin-top: 0;
    color: white;
}

#aceptar { 
    margin: 1em 0; 
    background-color: transparent;
    color: white; 
    padding: 0.5em 0.7em 0.5em 0.7em; 
    font-weight: 100; 
    display: inline-block; 
    border: none; 
    cursor: pointer; 
}
    
#aceptar:hover { 
    background: orange; 
}


h3{
    color: white;
    font-weight: 100;
    margin: 1em
    
}

#grancontainer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
        
}

#fixture{
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
        
}




h2{
    margin-bottom: 0em;
    text-align: center;
    margin-top: 0.3em;
    color: white;
    font-weight: 500
    
}

#fixu{
    margin-top: 0em;
}

.fix{
    margin-top: 0.5em;
}

.items{
    margin-top: 0.5em;
    text-align: right;
    color: white;
    font-weight: 100;
    background-color: darkorange;
    width: 10em;
    height: 1.5em;
    padding: 0 1.5em 0 0;
    margin-left: 1.1em;
    
    
}

.infopartido{
    color: white;
    text-align: left;
    font-size: 0.2em;
    font-weight: 100;
    font-style: italic;
    align-self: flex-start;
    margin: 0 4.1em;
    
}


aside{
    margin-top: 0.5em;
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 18.8em;
    width: 3em
}

.figu{
    margin-bottom: 1.25em
    
    
    
    
}

.figu:hover{
    border-right: solid;
    border-color: darkorange
}

#precios ul li {
    color: white;
    background-color: darkorange;
    font-weight: 100;
    margin-top: 0.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
    text-align: center;
    font-size: 0.9em;
    padding: 0.2em
       
}

#precios {
    margin-top: 1.5em
}

h4{
    color: white;
    font-weight: 600;
    font-size: 5em;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
    
}

h6{
    color: white;
    font-weight: 100;
    font-style: italic;
    text-align: right;
    margin-left: 3.8em;
    margin-top: 0
    
}

.resultados{
    color: white;
    background-color: darkorange;
    text-align: center;
    margin-top: 1em;
    vertical-align: middle;
    word-spacing: 0.5em;
    font-weight: 100;
    font-size: 1em;
    padding: 0 0 0.5em 0
}

.comparison{
    color: darkorange;
    background-color: white;
    text-align: center;
    font-size: 1.5em;
    vertical-align: middle;
    margin: 1em 0.5em;
    
    
    
}

span{
    font-weight: 100;
    font-size: 0.7em;
    padding: 0 0 0.5em 0
}

a:visited{
    text-decoration: none;
    
}