.banner {
    background-image: url('/assets/images/aplicativo-4pets/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 2rem 0rem;
}

.banner h1 {
    color: #FFC700;
    font-weight: 700;
    font-size: 33px;
}

.banner h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-align: justify;
}

.item-loja-app {
    background-color: #106298;
    border-radius: 15px;
    padding: 20px;
}

.item-loja-app h5 {
    color: #FFC700;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0px;
}

.item-loja-app p {
    margin: 0px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.tipo-apps {
    padding: 2rem 0rem;
}

.tipo-apps h1 {
    color: #167DC1;
    font-size: 50px;
    font-weight: 700;
}

.item_vantagens {
    display: flex;
    align-items: center;
}

.numero_titulo {
    display: flex;
    justify-content: start;
}

.numero_titulo h3 {
    font-size: 37px;
    font-weight: 700;
    color: #167DC1;
    background-color: #FCC104;
    border-radius: 5px;
    padding: 5px 15px;
}

.item_vantagens h4 {
    font-size: 31px;
    font-weight: 700;
    color: #167DC1;
}

.item_vantagens p {
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
}

.item_vantagens img {
    width: 100%;
}

.clinicas_petshops .item_vantagens p {
    font-size: 17px;
}

.dvlogos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo_app {
    width: 70%;
}

.logo_loja {
    width: 50%;
}

@media (max-width: 768px) {
    .item_vantagens {
        display: block;
    }

    .banner h1 {
        font-size: 33px !important;
        text-align: center;
    }

    .banner h4 {
        font-size: 20px !important;
        font-weight: 500;
        margin: 40px 0px;
    }

    .tipo-apps h1 {
        font-size: 50px !important;
    }

    .logo_app {
        width: 100%;
    }

    .logo_loja {
        width: 70%;
    }
}