/*.......Right-Image.......*/

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #fff6e3;
}

.logo-hero {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}

.img-hero,
.img-hero-contact,
.img-hero-oferta {
    width: 80%;
    margin-top: 1rem;
    margin-left: 10%;
}

.logo-hero {
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
}

.text-hero-oferta {
    padding-left: 0;
}

.text-hero-oferta h1 {
    font-size: .9rem;
}

@media screen and (min-width: 480px) and (orientation: landscape) {}

@media screen and (min-width: 768px) and (orientation: portrait) {}

@media screen and (min-width: 1111px) and (orientation: landscape) {
    .img-hero-contact,
    .img-hero-oferta {
        width: 69%;
        margin-left: 31%;
    }
}

@media screen and (min-width: 1112px) {
    .img-hero {
        width: 30vw;
        margin-left: 18vw;
    }
    .img-hero-contact,
    .img-hero-oferta {
        width: 50%;
        margin-left: 25%;
    }
    .logo-hero {
        margin: auto;
    }
}