@media screen and (min-width: 300px) and (max-width: 1315px) {
    .grifo_border {
        margin-bottom: 20px;
    }
    #grifo_solucoes .solucao_img img {
        object-fit: contain;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 991px) {
    #grifo_solucoes .solucao_img img {
        object-fit: contain;
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    #grifo_solucoes .solucao_img {
        display: flex !important;
        margin-bottom: 50px;
    }
    .conteudo_solucao_1 {
        width: 100%;
    }
    .info_link {
        display: none;
    }
}

@media (max-width: 1250px) {
    #grifo_header .menu {
        display: none;
        margin-top: 200px !important;
    }
    #grifo_header ul li {
        display: block !important;
        margin-top: 20px;
        padding: 0px 30px;
    }
    #grifo_header ul li a {
        display: block !important;
        text-align: center !important;
        padding: 6px 12px !important;
    }
    #grifo_header .seta {
        display: none;
    }
    .nav-toggle {
        display: block;
    }
    #grifo_header .titulo h1 {
        text-align: center;
    }
    #grifo_header .titulo p {
        text-align: center;
    }
    #logo-principal {
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 511px) {
    #logo-principal {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1250px) {
    .nav-toggle {
        display: none;
    }
}

@media screen and (min-width: 1450px) and (max-width: 1900px) {
    #logo-grifo {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 600px;
        margin-bottom: -22vh;
    }
}

@media screen and (min-width:1200px) and (max-width: 1449px) {
    #logo-grifo {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 500px;
        margin-bottom: -18vh;
    }
}

@media (max-width: 1200px) {
    #logo-grifo {
        display: none;
    }
    #clientes #getulho #logo {
        position: inherit;
        margin-bottom: 20px;
    }
}

@media screen and (min-width:900px) and (max-width: 1138px) {
    #grifo_solucoes .nome p {
        line-height: 30px;
        font-size: 32px;
    }
}