@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}
body {
    font-family: sans-serif;
    background-color: rgba(219, 219, 219, 0.94);
}
header{
    width: 100%;
    height: 50px;
    background-color: #14de71;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.contenedor {
    width: 100%;
    margin: auto;
}

.logo {
    float: left;
    margin: .5em ;
}
header .contenedor{
    display: table;
}
#btn-menu {
    display: none;
}

header label {
    float: right;
    font-size: 30px;
    margin: .4em .4em 0em 0em;
    cursor: pointer;
}
.menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(51,51,51,0.9);
    transition: all 0.1s;
    transform: translateX(-100%);
    text-align: center;
    padding-top: 0px;
}
.menu a {
    display: block;
    color: #fff;
    height: 50px;
    width: 100%;
    text-decoration: none;
    padding: 15px;
   border-right: 2px solid #14de71;
}
.menu a:hover {
   background: rgba(255,255,255,0.3);
}
#btn-menu:checked ~ .menu {
    transform: translateX(0%);
}
@media (min-width:1024px) {
    header label {
        display: none;
    }
    .menu {
        position: static;
        width: auto;
        height: auto;
        transform: translateX(0%);
        float: right;
    }
    .menu ul  {
    display: flex;
    flex-direction: row;
    }
    .menu ul li {
        display: flex;
        justify-content: center;
        width: 8em;
        align-items: center;
    }
    .menu a:hover {
    background: #23d899 }
}
.logodelclub img{
    width: 15em;
    margin: 1em auto;
    margin-top: 80px;
    justify-content: center;
    display: flex;
}
.contenidosarmiento h1{
   background-color: rgb(70, 250, 153);
    color: #050734;
    padding: 1.7rem;
    box-shadow: 0 0.17em 0.8em rgba(100, 100, 100, 0.45);
    text-align: center;
}
h2{
    background-color: rgba(159, 157, 157, 0.46);
    color: #050734;
    text-align: center;
    margin: 2em auto;
    height: 3em;
    padding: 1em;
    font-size: 1.2rem;
}
.integrante ul li{
    font-size: 0.98rem;
    background-color: #26263b;
    font-weight: 500;
    text-align: center;
    margin: 1.6em auto;
    width: 13em;
    height: 2.7em;
    border-radius: .6em;
    padding: .7em;
    cursor: pointer;
    border: 1px solid #1dc730;
}
.integrante li a{
    color: #cecece;
    text-decoration: none;
}
.texto {
    font-size: 0.89rem;
    color: #050734;
    padding: 1.7rem 0em;
    line-height: 1.6em;
    text-align: center;
    margin: auto;
    width: 90%;
}
.contenidouba{
    text-align: center;
    border: 1px solid #1dc730;
    text-align: center;
    margin: 1em;
    border-radius: .6em;
    padding: 1em;
}
h4{
    color: #099549;
    margin: 1em auto;
    border: 1px solid #1dc730;
    border-radius: .6em;
    padding: .3em;
    width: 16em;
}
.contenidouba li{
    font-size: 1rem;
    color: #555555;
    font-size: 0.92em;
}
footer {
    background-color: rgba(15, 18, 28, 0.7);
    padding: 1em;
    color: #495086;}
footer p {
    color: #bfbfbf;
    font-size: 12.3px;
    line-height: 1.6em;
    
}
.contenidomapa h1{
    margin: 2em 1em 1em 1em;
    color: #14de71;
    padding: .7rem;
    box-shadow: 0 0.17em 0.8em rgba(100, 100, 100, 0.35);
    text-align: center;
    background-color: rgba(232, 232, 232, 0.92);
    border-radius: .2em;
}
.comitente p{
    color: #626262;
    margin: 1.4em 2.7em;
    font-size: 0.9rem;
    line-height: 1.6em;
}
.contmapa img{
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5em;
}
.contmapa h1{
    margin: 1em;
    background-color: rgba(232, 232, 232, 0.92);
    border-radius: .2em;
}
.comitente h3{
    margin: 1.4em 3em 1em 3em;
    color: #14de71;
    padding: .6rem;
    box-shadow: 0 0.17em 0.8em rgba(100, 100, 100, 0.35);
    text-align: center;
    background-color: rgba(234, 234, 234, 0.97);
    border-radius: .2em;
    border: 2px solid rgba(100, 100, 100, 0.35);
}
#datosacademicos h3 {
    color:  #050734;
    text-align: center;
    margin: 0;
    padding-bottom: .4em;
    padding-top: 1em;
    font-size: 20px;
}
h6{
  color: #1dc730;
    text-align: center;
    font-size: 11px;
    font-weight: 730;
}
.contenedordatos{
    width: 93%;
    height: 463px;
    border: 1px solid rgba(100, 100, 100, 0.71);
    color: #4d4d4d;
    font-size: 12px;
    line-height: 20px;
    margin: auto;
    margin-bottom: 2em;
    font-weight: 300;
    border-radius: 2em;
}
.contenedordatos article ul {
    width: 231px;
    height: 87px;
    background-color: rgba(1, 255, 118, 0.54);
    text-align: center;
    margin: .1em;
    border-radius: 2em;
    box-shadow: 0 0.26em 0.8em rgba(0, 0, 0, 0.10) inset, 0 0.28em 0.26em rgba(0, 0, 0, 0.25);
}
.contenedordatos article ul{
    padding-top: .5em;
    padding-bottom: .1em;
    margin: 1.2em;
}
.contenedordatos{
  display: flex;  
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}
@media (min-width:767px){
  .contenedordatos{
    width: 97%;
    height: 190px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 3em;
    }
    .contenedordatos article ul{
    margin: 0.5em;
    height: 100px;
    padding-top: 1em;
    }
    .comitente p{
    color: #626262;
    margin: 1em 4em;
    }
}