@charset "utf-8";

@font-face{
    font-family: "Roboto";
    src: url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap');
}

* 
{
 box-sizing: border-box;
    }

body {
background-image:url(imagenes/fondo2.jpg);

    margin: auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
      margin: 0;
 
   opacity: 0.8;
    font-family: "Roboto", sans-serif;
}
header{
   
    background-color: black;
    color: aliceblue;
    opacity: 0.8;
    text-decoration: none;
   grid-area: header;    
    padding: 20px;
   border-bottom: 5px solid #fff;
   font-weight: 700;
   font-size: 14px;
   text-transform: uppercase;
}
img main{
    opacity: inherit;
}
    
 }
.rotuloheader {
    background-color: black, opacity 0.2;

    font-size-adjust: auto;
}
.carreratitulo {
    font-size: 20px;
    font-weight: 700;
   font-size: 14px;
   text-transform: uppercase;
     text-align: center;
    
  
}

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

.card-img{
    display: block;
    margin: auto;
    padding: 24px;
    width: 80px;
}
    
header li{
    display: inline;
    margin: auto;
    padding: 0px 10px 0 10px;
    
}
header .actual a{
    color: #fff;
}
a{
 font-family:sans-serif;
    color: aliceblue;
   text-decoration:none;
}
ul{
   margin: 0;
   padding: 0;     
   list-style:none;
    color: aliceblue;
     text-align: center;
}
    
h1 {
    
    background-color: black;
    color: aliceblue;
    font-family:sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 14px;
}
    
}
h2 {
   
    font-family: sans-serif;
    
    
}

.menu2 {
    background-color: black;
    
    
}

nav { 
    font-size: 1em;
}
.menu { 
    background-color: black;
    
    
    
}

a { font-family:sans-serif;
   
   
    
}
.integrantes {
    color: aliceblue
}

div { 
    
    font-family:sans-serif;
    background-color:cadetblue;
 
    
    
}



div p {

    font-size: 1em;
    color: aliceblue;
} 

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

.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: 5px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    
    
}

#integrantes{
    margin: 35px;
    margin-top: 25px;
    display: flex;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: uppercase;
    flex-direction: flex;
}

.titlesecundario{
    font-size: 24px;
    font-weight: 300;
    color: #000;
    text-align: center;
    text-transform: capitalize;
}
.datosacademicos2 { 
    margin: 1em;
    padding: 1em;

    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: uppercase;
    border: 2px solid #fff;

}


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

.card-title {
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: azure;
  text-align: center;
}

.card-title a{
    text-decoration: none;
 color: azure;
}

.card-content {
  font-size: 12px;
  font-weight: 100;
}

.card-content{
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

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

h5{
    font-weight: 400;
}

.contenedor{
    padding: 10px 24px;

}

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

h3, p{
    text-transform: capitalize;
}


h2{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 2.5em;
  
}

h3{
    font-size: 18px;
    font-weight: 700;
    text-decoration-line: underline;
}

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

.destacar{
    text-transform: uppercase;
}

.redes { 
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    color:aliceblue;
}

.titulo {
    font-size: 20px;
}
.informacion {
    line-height: 15px;
    font-size: 16;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

.footer-title{
    margin: 24px;
    font-size: 10px;
    font-weight: 300;
    color:aliceblue;
    text-align: left;
    line-height: 1.5em;
}

footer{
    background-color: black;
    opacity: 0.8;
}
