@media (min-width: 1400px){
}
@media (max-width: 1200px){

}

@media (max-width: 990px){
    .Landing-Marcas .BoxMarcas .BoxMarca {
        width: 33.3%;
        margin: 1rem 0;
    }

    .Landing-Footer .BoxFooterLogo {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.Landing-Footer .BoxFooterLogo .BoxLogo {
    margin-bottom: 2rem;
}
.Landing-Footer .BoxFooterRedes {
    justify-content: center;
    margin-top: 2rem;
}
.BgIntro {
    background: url(../img/bg-header.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
}
.BoxIntro .BoxImg {
    margin-bottom: 1rem;
}
.BoxIntro .BoxImg img{
    width: 140px;
}
.BoxIntro {
    width: 280px;
}
.BoxIntro .Title {
    font-size: 1.8rem;
}
.Landing-Intro .ImgFrase {
    bottom: -5%;
}
.Landing-Intro .ImgColaBotella {
    left: -3%;
    bottom: 0;
    width: 80px;
}
.Landing-Intro .ImgFrase .Img {
    width: 200px;
}
.BoxIntro .Title .Marcado img {
    top: 15px;
}
}

@media (max-width: 480px){
}