



.main-page-image-principal{
    background-image: url(https://cdn.tamborazoelranchito.com/site-fotos/index-top-image.jpeg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: cover;
}

.main-page-footer{
    background-image: url(https://cdn.tamborazoelranchito.com/site-fotos/index-bottom-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.facebook-background{
    background-color: #1877f2;
    color: white;
}

.youtube-background{
    background-color: #ff0000;
    color: white;
}

.instagram-background{
    background-color: #E1306C;
    color: white;
}

@media (min-width: 1020px){
    .main-page-image-principal{
        background-position: center;
    }
}



