.section {
    text-align: center;
    font-size: 1.8em;
}

.fp-watermark {
    display: none;
}

.section {
    background-position: left;
    background-repeat: none;
    background-size: cover;
}
.home{
    background-image: url("../images/Banner-principal-movil-1081x1921.jpg");
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}

.vaki{
    background-image: url("../images/banner-Vaki-movil-1080x1920.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    min-height: 73vh;
}
.espaciadorfinalmovil{
    display: block;
    height: 10vh;
}

@media (min-width: 992px) {
    .home{
        background-image: url("../images/Banner-principal-pc-1921x1081.jpg");    
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: left;
    }
    .vaki{
        background-image: url("../images/banner-Vaki-1900x850.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: center;
    }
    .espaciadorfinalmovil{
        display: none;
    }
}

@media (min-width: 1600px) {

    .vaki{
        background-image: url("../images/banner-Vaki-1900x850.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        min-height: 59vh;
    }
}




