@import "fonts.css";
@import "reset.css";
@import "header.css";
@import "menuDropdown.css";
@import "footer.css";
@import "styleArticles.css";

/* deprecated */

.item-menu-middle {
    padding-top: 20px;
    padding-left: 225px;
}

.item-menu-last {
    padding-left: 400px;
    margin-top: -40px;
}

.botaoMenu {
    background-color: #224e9c;
    border-radius: 40px;
    padding: 9px 25px 9px 25px;
    color: #fff;
    font-family:  var(--petz-font-family-base);
    cursor: pointer;
    margin-top: 35px;
    max-width: 150px;
}


.bannerAdaptacaoCachorro {
    background: url(../images/cachorro/adaptacao-c.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerComportamentoCachorro {
    background: url(../images/cachorro/comportamento-c.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerEnriquecAmbientalCachorro {
    background: url(../images/cachorro/enriquecimento-ambiental-c.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerHigieneCachorro {
    background: url(../images/cachorro/higiene-c.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerMedPrevCachorro {
    background: url(../images/cachorro/medicina-preventiva-c.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerSrdCachorro {
    background: url(../images/cachorro/SRD-c.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerAdaptacaoGato {
    background: url(../images/gato/Adaptacao-v1.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerAlimentacaoGato {
    background: url(../images/gato/Alimentacao.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerComportamentoGato {
    background: url(../images/gato/Comportamento.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerEnriqAmbientalGato {
    background: url(../images/gato/enriquecimento\ ambiental.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerHigieneGato {
    background: url(../images/gato/higiene.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerMedPrevGato {
    background: url(../images/gato/Medicina\ preventiva.jpg);
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tituloBanner {
    margin-top: 300px;
    color: #fff;
    font: 40px CooperBlack-Std;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-bottom: 200px;
}

.conteudo {
    background-color: #fff;
    color: #707070;
    border-radius: 50px;
    margin-top: 35px;
    padding-top: 50px;
}

.texto {
    margin-top: 50px;
    margin-bottom: 35px;
}

.cartaoMateria {
    border-radius: 50px;
    background-color: #fff;
    color: #707070;
    margin-top: 35px;
    overflow: hidden;
}

.imgCartao {
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.45);
    margin-top: 7px;
}

.titleCartao {
    font: 30px CooperBlack-Std;
    color: #0075be;
    padding-left: 50px;
    margin-top: 30px;
}

.textoCartao {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 50px;
}

.linkCartao {
    font-size: 16px;
    text-decoration: underline #ffc600;
    color: #ffc600;
    padding-top: 10px;
    padding-bottom: 30px;
    cursor: pointer;
    padding-left: 50px;
}

.footer {
    margin-top: 50px;
    background-color: #E8E8E8;
    padding-top: 50px;
    color: #224e9c;
    font-size: 20px;
    padding-bottom: 150px;
}

#menu-mob {
    display: none;
}

@media (min-width: 1201px) and (max-width: 1900px) {
    .textoLicenca {
        padding-bottom: 50px;
    }
    .tituloBanner {
        margin-top: 200px;
        color: #fff;
        font: 40px CooperBlack-Std;
        text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        margin-bottom: 80px;
    }
    .titleCartao {
        font: 30px CooperBlack-Std;
        color: #0075be;
        padding-left: 30px;
        margin-top: 30px;
    }
    #titleComp {
        font-size: 19px;
    }
    .textoCartao {
        font-size: 16px;
        padding-top: 10px;
        padding-left: 30px;
    }
    .linkCartao {
        font-size: 16px;
        text-decoration: underline #ffc600;
        color: #ffc600;
        padding-top: 10px;
        padding-bottom: 30px;
        cursor: pointer;
        padding-left: 30px;
    }
}

@media (max-width:1200px) {
    .botaoMenu {
        background-color: #224e9c;
        border-radius: 40px;
        padding: 9px 0 9px 35px;
        color: #fff;
        font: 16px  var(--petz-font-family-base);
        cursor: pointer;
        margin-top: 35px;
        margin-left: 30px;
    }
    .card {
        border: 0px;
        outline: 0px;
    }
    .card-header {
        font-size: 18px;
        color: #224E9C;
        border: 0px;
        outline: 0px;
        background-color: #fff;
        border-top-style: solid;
        border-top-color: rgba(0, 0, 0, 0.2);
        border-top-width: 2px;
        background-color: #fff;
        border-bottom-style: solid;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        border-bottom-width: 2px;
    }
    .card-body {
        font-size: 17px;
        color: #707070;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }
    .adoteiMob {
        border-top-style: solid;
        border-top-color: #0095db;
        border-top-width: 2px;
    }
    .list-group-item {
        color: var(--petz-color-neutral-black);
        font-size: var(--petz-font-size-2xs);
        font-style: normal;
        font-weight: var(--petz-font-normal);
        line-height: var(--petz-font-lineheight-sm); 
        border: 0px;
        outline: 0px;
    }
    .list-group-item-title {
        color: var(--petz-color-neutral-black);
        font-family:  var(--petz-font-family-base) !important;
        font-size: var(--petz-font-size-2xs);
        font-style: normal;
        font-weight: var(--petz-font-normal);
        line-height: var(--petz-font-lineheight-sm); 
        padding-top: .3rem;
        padding-left: var(--petz-spacing-2xs);
    }
    .list-group {
        margin-top: -15px;
    }
    .download {
        margin-top: 30px;
        padding-left: 40px;
        color: var(--primary-mid-brand, var(--petz-color-primary-brand));
        text-align: center;
        font-size: var(--petz-font-size-3xs);
        font-style: normal;
        font-weight: var(--petz-font-bold);
        line-height: var(--petz-font-lineheight-sm);
    }
    .tituloBanner {
        margin-top: 200px;
        margin-bottom: 30px;
        font: 30px CooperBlack-Std;
        text-align: center;
        margin-bottom: 50px;
    }
    .tituloBanner {
        margin-top: 200px;
    }
    .titleCartao {
        font: 20px CooperBlack-Std;
        color: #0075be;
        margin-left: -30px;
    }
    #titleComp {
        font-size: 15px;
    }
    .linkCartao {
        font-size: 16px;
        text-decoration: underline #ffc600;
        color: #ffc600;
        padding-top: 10px;
        padding-bottom: 30px;
        cursor: pointer;
        padding-left: 30px;
        margin-left: -10px;
        width: 150px;
    }
    .textoCartao {
        display: none;
    }
    .imgCartao {
        width: 100%;
        height: 100%;
        background-size: cover;
        transform: scale(1.6);
        margin-top: -20px;
    }
    .bannerAlimentacaoCachorro {
        background: url(../images/cachorro/mobile/Alimentacao-c.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerAdaptacaoCachorro {
        background: url(../images/cachorro/mobile/adaptacao-c.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerComportamentoCachorro {
        background: url(../images/cachorro/mobile/comportamento-c.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerEnriquecAmbientalCachorro {
        background: url(../images/cachorro/mobile/enriquecimento-ambiental-c.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerHigieneCachorro {
        background: url(../images/cachorro/mobile/higiene-c.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerMedPrevCachorro {
        background: url(../images/cachorro/mobile/medicina-preventiva-c.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerSrdCachorro {
        background: url(../images/cachorro/mobile/SRD-c.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerAdaptacaoGato {
        background: url(../images/gato/mobile/Adaptacao-v1.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerAlimentacaoGato {
        background: url(../images/gato/mobile/Alimentacao.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerComportamentoGato {
        background: url(../images/gato/mobile/Comportamento.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerEnriqAmbientalGato {
        background: url(../images/gato/mobile/enriquecimento\ ambiental.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerHigieneGato {
        background: url(../images/gato/mobile/higiene.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bannerMedPrevGato {
        background: url(../images/gato/mobile/Medicina\ preventiva.jpg);
        width: 100%;
        height: 100%;
        border-radius: 50px;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .adopt-menu-text{
        color: var(--primary-mid-brand, var(--petz-color-primary-brand));
        text-align: center;
        font-size: var(--petz-font-size-3xs);
        font-style: normal;
        font-weight: var(--petz-font-bold);
        line-height: var(--petz-font-lineheight-sm);
    }
}