#section-seven{
    margin-top: 10%;
}
#section-eight{
    margin-bottom: 15%;
}
#section-three.cambio{
    margin-top: -55% !important;
    margin-bottom: 55%;
}
#section-five{
    margin-top: 0;
}

@media (max-width:600px){
    #section-seven{
        margin-top: 50%;
        margin-bottom: 0;
        padding-bottom:0;
    }
    #section-three.cambio{
        margin-top: 150% !important;
    }

    #section-eight{
        padding-top: 0;
    }

    #section-eight .rellax{
        padding-top: 0;
    }
    
}
@media (min-width:600px) and (max-width:767px){
    #section-eight{
        margin-bottom: 150%;
    }
    .img-espacio{
        margin-top: -30%;
        margin-bottom: 30%;
    }
}




@media (min-width:768px) and (max-width:992px){
    
    #section-four.cambio{
       margin-top: -2% !important;
    }
}
@media (min-width:992px) and (max-width:1200px){
    #section-seven{
        margin-top: 2%;
    }
    #section-three.cambio{
        margin-top: -30% !important;
        margin-bottom: 40%;
    }
}
@media (min-width:1400px){
    #section-three.cambio{
        margin-top: -40% !important;
        margin-bottom: 30%;
    }
}