*{
    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;
}
.experiencia{
width: 4%;
}

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: 90.5%;
    background-color: aqua;
    padding: 0;
    
}

header div h3 a{
    text-decoration: none;
    cursor: pointer;
}

.imagen_inicio{
    width: 3%;
    margin-top: -40%;
    margin-left: 1100px;
    margin-bottom: 80px;
}



.acordeon{
background-color:aqua ;
padding: 1em;
width: 130%;
margin-left: 11em;
margin-top: 9em;
margin-bottom: 8em;
margin-right: 8em;

}

.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;
    position: relative;
    rotate: 50%;

}



.acordeon .bloque .contenido{
 
    background:rgb(134, 221, 221);
    overflow: hidden;
    transition: 0.5s;
     height: 0;
    overflow-y: auto;
    
}
.acordeon .bloque.activo .contenido{
    height: 7em;
    
}


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%;
    
}


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:hover{
    background-color: rgb(14, 46, 226);
    border: 3px solid rgb(255, 94, 0);
 }
 
 h3 a:active{
     color:aqua;
   
 }
 
_____________________________