*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: black;
    width: 1024px;
    text-align: center;
    margin-left: 7em;
}


.acordeon{
    background-color:aqua;
    padding: 1em;
    width: 110%;
    max-height: 130%;
    margin-left: 11em;
    margin-top: 9em;
    margin-bottom: 8em;
    margin-right: 8em;
    position:unset;
    }
    
    .acordeon .bloque{
    background-color: white;
    margin: 0 0 1em;
    padding: 2em;
    height: 40%;
     
    }
    
    .acordeon .h2{
    background-color: #290e3a;
    color:white;
    margin: 0 0 0.5em;
    padding: 0.5em;
    text-align: left;
    
    }
    
      
    .acordeon .bloque .h2::before{
        content: "+";
        transform: translate(-50%);
        cursor: pointer;
        left: 580px;
        right: 0;
        position: relative;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
}
    
    .acordeon .bloque .contenido{
     
        background:rgb(134, 221, 221);
        overflow: hidden;
        transition: 0.5s;
         height: 0;
        overflow-y: auto;
      
    }
    .acordeon .bloque.activo .contenido{
        height: 4em;
        
    }

header{
   background-color: aqua;
    width: 100%;
    height: 20%;
    position: fixed;
    top:0px;
    left: 0px;
}

header h1{
    color:indigo;
    font-family: 'Anton', sans-serif;
    font-family: 'Lobster', cursive;
    font-family: 'Source Code Pro', monospace;;
    font-size: 2.5em;
    padding: 3.2%;
}

.refPersonales{
    width: 4%;
}

.imagen_inicio {
    width: 3%;
    margin-top: -40%;
    margin-left: 1100px;
    margin-bottom: 80px;
}

header div h3 {
    margin-top: -6%;
    margin-left: 90.5%;
    background-color: aqua;
    padding: 0;

}

header div h3 a {
    text-decoration: none;
    cursor: pointer;
}

header div h3 {
    margin-top: -6%;
    margin-left: 89.6%;
    background-color: aqua;
    padding: 0;

}

header div h3 a {
    text-decoration: none;
    cursor: pointer;
}

.div-container{
    color: #4A235A;
   
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(1, 500px);
    padding: 30px;
    padding-left: 30%;
    position:fixed;
    margin-top: 7em;
    color: #4A235A;
    
    
  }



  .grid-item {
    text-align: center;
    
  
  }




footer{
    background-color: aqua;
    position:fixed;
      bottom:0px;
      left:0px;
      height: 15%;
      width: 100%;
       display: inline inline-block;
    }

h3{
    background-color: indigo;
    margin: 1em;
    padding: 1em;
    float: left;
    border-radius: 10%;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border: 2px solid white; 
}

#botones{
    display: inline-block;
}

footer a{
    text-decoration: none;
    color:aqua
}

h3 a:hover{
    background-color: #5B2C6F ;
     color:white;
  
    
 }
 
 h3 a:active{
     color:aqua;
   
 }
 
 h3:hover{
    background-color: rgb(14, 46, 226);
    border: 3px solid rgb(255, 94, 0);
  
    
 }