*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; /*Esto es para que no se sumen los padingin y los bordes de los elementos*/
    /*scroll-behavior: smooth;*/
    font-family: "Epilogue", sans-serif;
    font-weight: 400;
    line-height: 20px;
}
body {
    padding-left: 10vw;
    padding-top: 5vw;
    padding-bottom: 10vw;
    width: 80vw;
}

.titulo h2 {
    font-size: 48px;
    text-align: left;
    line-height: 46px;
    margin-bottom: 32px;
}
h2{
    font-size: 32px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 16px;
    margin-top: 24px;
}
h3{
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 24px;
    font-weight: 800;
}

/*//////////Flechas//////////*/
.flechas{
    position: relative;
    left: 80vw;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-end;
    height: 5vw;
    width: 4vw;
    grid-gap: 16px;
}
.flechas img{
    height: 16px;
}
.flechas a{
    color: #ffffff;
    font-size: 16px;
    list-style: none;
    text-decoration: none;
}
#up_final img{
    height: 28px;
}