body{
    background-color: rgb(143, 173, 111);
    margin: 0px;
}
.portada{
    background-image: url('img/Portada.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.BE{
    position: absolute;
    bottom: 31.5%;
    left: 50%;
    transform: translateX(-50%);
    
}
.Pag2{
    background-image: url('img/P.1.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.FA{
    position: absolute;
    bottom: 35%;
    left: 40%;
    transform: translateX(-50%);
}
.Pag3{
    background-image: url('img/P.2.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.FA2{
    position: absolute;
    bottom: 35%;
    left: 45.4%;
    transform: translateX(-50%);
}
.Pag4{
    background-image: url('img/P.3.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.FA3{
    position: absolute;
    bottom: 35%;
    left: 45.4%;
    transform: translateX(-50%);
}
.Pag8{
    background-image: url('img/P.8.jpg');
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.FA8{
    position: absolute;
    bottom: 35%;
    left: 45.4%;
    transform: translateX(-50%);
}