@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Cabin');

*{margin-top: 0; margin-bottom: 0; margin-left: 0rem; margin-right: 0rem; font-family: 'Cabin', sans-serif; box-sizing: border-box;}

 article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 1em;
}
article div {
    align-items: center;
}

article div img {
    width: 100%;
    padding: 1em;
    margin-top: 3em;
}

article div p {
  padding: 15px;
  text-align: center; 
}

    
body {
    background: #f8f8f8;
}

main {
    margin: 2rem;
    border-radius: 2rem;
    padding-bottom: 2rem;
}

header {
  width: 100%;    
  margin-top: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
}

header h1 {
    text-align: left;
    padding: 1em;
    margin: 1em;
    border-bottom: 0.04em solid #393939;
    color: #393939;
    font-size: 2.5em;
} 

header p {
    text-align: right;
    background-color: #ffd9c7;
    padding: 0.5rem;
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}    


h2 {
    padding: 1em;
    margin: 0;
    font-size: 2em;
    color: #393939;
    text-align: right;
}

h3 {
    font-weight: normal;
    padding: 1em;
    margin-top: 0.5rem;
    font-size: 0.8em;
    color:  #393939;
    text-align: left;
      text-shadow: #c7c7c7 0.1em 0.3em 0.3em;
   /* border-bottom: 0.3rem dotted #9ab9ac;*/
}

a h3 {
    color:  #393939;
}

h4 {
  font-size: 0.8rem;
  color: #719d8a;
  text-align: left;
  font-weight: normal;
  margin-top: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

a {
  text-decoration: none;
  ;
}

ul li {
    text-align: left;
    list-style: none;
    margin-left: 0;
    font-size: 2rem;
}

ul li a {
    display: inline-block; 
    padding: 0;
    text-decoration: none;
    color: #85908e;
    font-size: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 0;
    font-weight: normal;
    background-color: rgba(255,255,255,0);
}

/*menu*/
.button-group {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  
}    
    
.button-group .button {
  background-color: rgba(240, 239, 239, 0); 
  color: #3e3e3e;
  text-shadow: #c7c7c7 0.2em 0.3em 0.3em;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 1em;
  width: 100%; 
}

article .pertenencia-academica p {
text-align: justify;
}


p {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.7em;
    text-align: left;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #4b5754;
}

footer {
    font-size: 0.8em;
    font-style: italic;
    color: #4b5754;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: justify;
}