@charset "utf-8";

@media screen and (max-width: 1144px) {
    #intro-titulo {
        content: url(../../../imagens/ozonio-titulo.svg)
    }
}

@media screen and (min-width: 800px) and (max-width: 1144px) {
    #introduction {
        background-image: url(../../../imagens/blefaroplastia-fundo-mobile.jpg);
        background-position: 0 -17em;
    }
}