:root{
    --padding-secciones: 60px 0;
    --letra-general: 'Poppins', sans-serif;
 }
 

 *{
     box-sizing: border-box;

 }

 body{
    position: relative;
     font-family: var(--letra-general);
     min-height: 100vh;
     padding-bottom: 150px;

 }

 html{
    scroll-behavior: smooth;
 }
 
 .container{
     width: 90%;
     max-width: 1200px;
     padding: var(--padding-secciones);
     margin: auto;
     overflow: hidden;
 } 

 .cuerdas-background-historia-sobremi{
    height: 40px;
    background-color: #F1FAB6;
    background-image: url(../img/sobre-mi/cuerdas.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
 }

 .cuerdas-background-sobremi-trayectoria{
    height: 80px;
    background-image: url(../img/trayectoria/cuerdas.png);
    background-repeat: repeat-x;
    background-position: center;
 }
 

 .icono-flechaArriba{ 
    position: fixed; 
    width: 40px; 
    height: 40px; 
    line-height: 40px; 
    bottom: 30px; 
    right: 2px; 
    background: #FA54AE; 
    color: #fff; 
    border-radius: 50px; 
    text-align: center; 
    font-size: 30px; 
    box-shadow: 0px 1px 10px rgba(0, 0, 0,0.3); 
    z-index: 100; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    display: none; 
}
