*{ margin: 0;
    padding: 0;
    box-sizing: border-box
}

body { font-family: "Raleway",
    "Arial", sans-serif;
    min-height: 100vh;
    background-color: #071F5D;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }

header img { max-width: 100%;
    height: auto;
}

.headeruno, .footeruno { padding: 2em;
    }

.headeruno { height: 20em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.headeruno p {width: 70vw;
    padding: 1em;
text-transform: uppercase;
font-size: 10pt;
color: #25ce7b;}

#logo { display: block;
    width: 10em;
    border-radius: 1em;
}

ul, li, a {text-decoration: none;
    list-style: none;
    }

.mainuno { flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    }

p { color: white; 
    text-align: center;

   }

.registro { padding: 0em 0em 3em 0em;
}

.registrate {text-decoration: none;
    list-style: none;
        
}

.iniciarsesion {padding: 1em 1em 3em 1em;
}

#te {color: #071F5D;
     font-size: 14pt;
    background-color: white;
    padding: 1em 4em;
    border-radius: 1em; 
    text-transform: uppercase;
    
}

#cuenta {font-size: 12pt;
    padding: 0em 0em 2em 0em;
    
}

#iniciosesion  { text-decoration: none;
    list-style: none;
    color: white;
    font-size: 14pt;
    border-color: white;
    border-style: solid;
    padding: 1em 3em;
    border-radius: 1em;
    text-transform: uppercase;
    
}

.footeruno p {font-size: 10pt;    
}


span {font-weight: 800;
    }

.footeruno img { width: 8vw;
    height: auto;
}

.cerrar {  padding: 1em 1em 1em 1em;
    display: flex;
    justify-content: center;
}

.boton img {width: 2em;
    height: auto;
}

.headerdos { height: 5em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }

.medio {width: 5em;
    height: auto;

}

.menu {padding: 0em 0em 0em 1em;
}

.atras {padding: 0em 1em  0em 0em;
}

.maindos { 
    min-height: 100%;
    width: auto;
    position: relative;
    background-color: #F5F5F5;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    
}

.deportes {height: 25vh;
    width: auto;
    background-image: url(../img/imagendeportes.png);
background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.iconodeporte img {align-content: center;
    align-items: center;
    height: 2em;
    width: 2em;

}

.deportes .titulos {font-weight: 800;
text-transform: uppercase;
padding: .5em;
    font-size: 1.2em;
}

.bajada { font-weight: 600;
    font-size: .9em;
}

.sedes { height: 25vh;
    width: auto;
    background-image: url(../img/imagensedes.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: .2em 0em .2em 0em;
        
}

.iconosedes img { height: 2.5em;
    width: 2.5em;
}

.sedes .titulos { font-weight: 800;
    text-transform: uppercase;
    padding: .5em; 
    font-size: 1.2em;
}

.requisitos {height: 25vh;
    width: auto;
    background-image: url(../img/imagenrequisitos.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iconorequisitos img {height: 2.5em;
    width: 2.5em;
    }
.requisitos .titulos { font-weight: 800;
    text-transform: uppercase;
    padding: .5em;
    font-size: 1.2em;
}

.footerdos  {background-color: white;
height: 6em;
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 0; 
}

.botonuno {padding: .2em;
    background-color: #071F5D;
     border-radius: 1em;
}

.botondos {padding: .2em;
 border-color: #071F5D;
    border-radius: 1em;
    border-style: solid;
}

#registro {text-decoration: none;
color: white;
    font-size: 10pt;
    padding: 2em;
}

#inicio { text-decoration: none;
    color: #071F5D;
    font-size: 10pt;
padding: 2em;
 }
