@charset "utf-8";

@font-face{
    font-family: "Roboto";
    src: url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap');
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

body{
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100 vh;
    font-family: "Roboto", sans-serif;
}

header{
   background-color: #24282b;
   color: #fff;
   padding: 1.25em;
   border-bottom: 0.3125em solid #fff;
   font-weight: 700;
   font-size: 0.875em;
   text-transform: uppercase;
       
 }

header .fila{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fila{
    max-width: 50rem;
    margin: 0 auto;
    padding: .5em;
}

/*
----------------
menu desplegable
----------------
*/

.fas.fa-bars{
    font-size: 2em;
    color: aliceblue;
}

header > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

header ul li a{
    color: #f0f0f0;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 600;
}

header nav {
    background-color: #191818;
    color: #f0f0f0;
    position: fixed;
    right: -50vw;
    top: 0;
    height: 40vh;
    width: 40vw;
    transition: all .5s ease;
    z-index: 999;  
    transition: all .5s ease;
    padding-top: 0.8em;
}

header nav:target {
    right: 0;
}

header ul.listadoordenado{
    display: block;
    margin: 2em;
    line-height: 2em;
    font-size: 1.2em;
}

.actual{
    color: rgb(28,161,219);
}

#llamamenu{
    background-color: black;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    position: relative;
    z-index: 9999;
    display: flex;
}

#llamamenu i{
    padding: 0;
    margin: auto;
}

.menu{
    color: red;
}

#x {
    margin-left: 2.4em;
}

.card-img{
    display: block;
    width: 5em;
}

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

header ul{
    display: flex;
}

header .actual a{
    color: #fff;
}

a{
   text-decoration:none;
   color: rgb(28,161,219);
}

ul{
   margin: 0;
   padding: 0;     
   list-style:none;
}

h1{
    font-size: 1.875em;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    
}

.identidad{
    text-align: left;
}

.descripcion, .datos{
    line-height: 1.5em;
    text-align: center;
    color: #000;
    margin: 0.875em;
    font-size: 0.875em;
}

.descripcion{
    font-weight: 700;
    
}

.datos{
    font-weight: 300;
}

#club {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(28,161,219,1) 100%);
  float: center;    
  flex-direction: flex;
  align-items: center;
  justify-content: center;
}

.clubbarrio{
  max-width: 100%;
  display: block;    
}

.titlegrupal{
    padding: 0.3125em;
    font-size: 1.5625em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

#integrantes{
    margin: 2.1875em;
    margin-top: 1.5625em;
    display: block;
    text-align: center;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: uppercase;
}

.titlesecundario{
    font-size: 1.5em;
    font-weight: 300;
    color: #000;
    text-align: left;
    margin-left: .7em;
    text-transform: capitalize;
}

.card {
  box-shadow: 1em 0 1em rgba(0, 0, 0, 0.5);
  padding: 1.25em;
  margin-bottom: 1.5em;
}

.card-title {
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  color: rgb(28,161,219);
  text-align: left;
  margin-left: .7em;
  margin-top: 1.5em;    
}

.card-title a{
    text-decoration: none;
    color: rgb(28,161,219);
}

.card-content {
  font-size: 0.75em;
  font-weight: 100;
}

.card-content{
    padding: 0.625em;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
}

.bloque, h5 {
    font-weight: 300;
    font-size: 0.75em;
    line-height: 1.5em;
    text-align: left;
}

h5{
    font-weight: 400;
    margin: 0;
}

.contenedor{
    padding: 0.625em 1.5em;
    
}

h2, h3, p, #contacto{
    text-align: left;
}

h3, p{
    text-transform: capitalize;
}


h2{
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2.5em;
    color: #fff;
}

h2.titulo, p.parrafo{
    margin-left: 2em;
}

h2.titulo{
    font-size: 1.2em;
    font-weight: 700;
}

p.parrafo{
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
}


h3{
    font-size: 18px;
    font-weight: 700;
    margin-top: 2.5em;
}

p{
    line-height: 0.5em;
    font-size: 1em;
    font-weight: 400;
}

p.parrafo{ 
   line-height: 1.5em;
   text-transform: none;    
}

.destacar{
    text-transform: uppercase;
}

#contacto{
    text-transform: uppercase;
    font-size: 1em;
}

.footer-title{
    margin: 24px;
    font-size: 0.7em;
    font-weight: 300;
    color: rgb(28,161,219);
    text-align: left;
    line-height: 1.5em;
}

footer{
    background: #24282b;
}

main#contenedora{
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(28,161,219,1) 100%);
}

hr {
  height: 0.2em;
  background-color: white;
}



