#dvBgInicio{
    background-image: url(../img/bgIncio.jpg);
    background-size: cover;
    background-position: top left;
    height: 800px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#dvBgPedido{
    background-image: url(../img/bgPedido.jpg);
    background-size: cover;
    background-position: top left;
    height: 800px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#dvQueEs{
    background-image: url(../img/bgQueEs.jpg);
    background-size: cover;
    background-position: top left;
    height: 800px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#arParaQueEs{
    box-shadow: 0px 0px 10px #999;
    background-image: url(../img/bgParaQueEs.jpg);
}
#arParaQueEs h1{
    margin-bottom: 30px;
}
#arComoSeUsa{
    background-image: url(../img/bgComoSeUsa.jpg);
    background-size: cover;
    background-position: top left;
    height: 800px;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

#arComprar {
    background-image: url(../img/bgComprar3.png);
    background-size: cover;
    background-position: top left;
    height: 800px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#arDondeLoCompro{
     padding-bottom: 50px;   
}

#arContacto{
    background-image: url(../img/bgContacto.jpg);
    background-size: cover;
    background-position: top left;
    min-height: 800px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 100px;
}

#scCentros{
    background-color: #333;
    overflow: hidden;
    padding: 50px 0px;
    color: #FFF !important;
}

#scCentros h1, #scCentros h2{
    color:#FFF;
}
@media screen and (max-width: 999px) {
    #dvBgInicio{
        background-image: url(../img/bgIncio_r.jpg);
    }
    #dvQueEs{
        background-image: url(../img/bgQueEs_r.jpg);       
    }
    #arComoSeUsa{
        background-image: url(../img/bgComoSeUsa_r.jpg);
    }
    #arContacto{
        background-image: url(../img/bgContacto_r.jpg);
    }
   
}