.ban-top{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.ban-top .banner-cachorro-header{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.ban-top .banner-cachorro-header img{
    max-width: 100%;
    display: block;
}

.imagem-banner-bloco{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
    flex-direction: row;
}

.imagem-banner-bloco .texto {
    max-width: calc(90% - 210px);
}

.imagem-banner-bloco .texto p{
    text-align: left;
    line-height: 29px;
    font-size: 21px;
    max-width: 95%;
    left: 5%;
    color: #01376f;
    position: relative;
}

.imagem-banner-bloco img{
    width: 265px;
    max-width: 100%;
}

.produtos .texto-item{
    margin-top: 15px;
    display: inline-block;
}

.produtos .texto .maior{
    font-size: 45px;
    color: #01376f;
}

.produtos .texto .maior sup{
    font-size: 20px;
    top: -20px;
    position: relative;
}

.produtos{
    display: flex;
    margin: 80px 0px;
    margin-top: 50px;
    width: 100%;
    flex-direction: row;
}

.texto-completo{
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
}

.texto-completo a{
    font-style: italic;
    font-weight: 600;
}

.texto-completo ul{
    position: relative;
    left: 5%;
    width: 90%;
}

.texto-completo ul li{
    margin-bottom: 10px;
}

.produtos .itens-lista{
    display: flex;
    width: 45%;
    flex-direction: column;
}

.itens-lista h4{
    color: #b50fbe;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
}

.produtos .itens-lista ul{
    list-style: none;
    margin-bottom: 50px;
    width: 100%;
}

.produtos .itens-lista ul li,
.produtos .itens-lista ul li a{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.produtos .itens-lista ul li{
    margin-bottom: -2px;
    flex-direction: column;
    border-bottom: 2px solid #D9D9D9;
}

.produtos .itens-lista ul li a{
    margin: 10px 0px;
    min-height: 120px;
}

.produtos .itens-lista ul li{
    position: relative;
}

/* .produtos .itens-lista ul li:after{
    content: ' ';
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #D9D9D9;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    bottom: -20px;
} */

.produtos .itens-lista ul li:first-child{
    border-top: 2px solid #D9D9D9;
}

.produtos .itens-lista ul li:hover,
.produtos .itens-lista ul li.ativo{
    border-top: 2px solid #B50FBE;
    border-bottom: 2px solid #B50FBE;
}

/* .produtos .itens-lista ul li.ativo:before{
    content: ' ';
    position: absolute;
    top: -2px;
    left: 0px;
    height: 2px;
    background: #B50FBE;
    width: 100%;
} */

/* .produtos .itens-lista ul li:hover p{
    text-decoration: underline;
} */

.produtos .itens-lista ul li:hover h2{
    text-decoration: underline;
}

.produtos .itens-lista .img-itens{
    position: relative;
    max-width: 200px;
    min-height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produtos .itens-lista ul li img{
    position: relative;
    max-width: 200px;
    max-height: 200px;
    text-align: center;
}

.produtos .itens-texto{
    width: 65%;
    left: 5%;
}

.produtos .itens-texto h2{
    font-size: 20px;
    font-weight: 600;
    color: #621766;
    line-height: 24px;
    margin-bottom: 3px;
}

.produtos .itens-texto span{
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 3px;
}

.produtos .itens-texto p{
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.produtos .lista-produto-aberto{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.produtos .produto-aberto{
    display: flex;
    flex-direction: column;
    width: 48%;
}

.produtos .img-produto{
    justify-content: center;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

.produtos .produto-aberto img{
    max-width: 100%;
    max-height: 412px;
}

.produtos .produto-aberto h1{
    font-size: 24px;
    font-weight: bold;
    color: #621766;
    text-align: center;
    margin-bottom: 12px;
    text-align: left;
}

.produtos .produto-aberto sup{
    font-size: 23px;
    top: -5px;
}

.produtos .produto-aberto p{
    font-size: 19px;
    line-height: 26px;
    color: #000;
    margin: 0px 0px 10px 0px;
}

.produtos .embalagens{
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #621766;
    padding: 20px 0px;
}

.produtos .embalagens:last-child{
    border-bottom: 1px solid #621766;
}

.produtos .embalagens .esquerda{
    width: 43%;
    font-size: 16px;
    font-weight: 600;
    color: #621766;
    line-height: 30px;
    left: 2%;
    position: relative;
}

.produtos .embalagens .direita{
    width: 55%;
    color: #000;
    line-height: 30px;
}

.produtos .embalagens .direita a{
    max-width: 170px;
    width: 100%;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 3px 0px;
    background: url(./../../../../default/img/download-button.png) no-repeat 95% center;
    background-color: #621766;
}

.produtos .embalagens .direita a:hover{
    background-color: rgb(122, 16, 128);
}

.produtos .itens-lista ul .produto-aberto{
    display: none !important;
}

@media all and (max-width: 1220px){
    .ban-top .banner-cachorro-header img{
        max-width: 150%;
    }
    .banner-cachorro-header, .itens-banner{
        overflow: hidden;
    }
}

@media all and (max-width: 1080px){
    .produtos .lista-produto-aberto{
        width: 96%;
        justify-content: center;
    }
    .produtos .itens-lista{
        width: 43%;
        margin-right: 5%;
    }
}

@media all and (max-width: 980px){
    .produtos .itens-lista ul li a{
        min-height: initial;
        margin: 20px 0px;
        max-width: 320px;
    }
    .produtos .embalagens .esquerda{
        display: flex;
        align-items: center;
    }
    .produtos .produto-aberto{
        width: 55%;
        display: none;
    }
    .produtos .lista-produto-aberto{
        width: 100%;
    }
    .produtos .itens-lista {
        width: 100%;
        margin: 0 auto;
    }
    .produtos .itens-lista ul li:hover, .produtos .itens-lista ul li.ativo{
        background: #f1f1f1;
    }
    .produtos .itens-lista ul li.ativo > a{
        display: none;
    }
    .produtos .itens-lista ul li.ativo .produto-aberto{
        display: block !important;
        margin: 20px 0px;
        width: 100%;
        max-width: 320px;
        min-height: 500px;
    }

    .produtos .itens-lista ul li.ativo .produto-aberto li{
        align-items: initial;
        border: 0px;
        margin-bottom: 10px;
    }

    .produtos .itens-lista ul li.ativo .produto-aberto ul{
        margin-bottom: 20px;
    }

    .produtos .itens-lista ul li.ativo .produto-aberto ul .embalagens .direita a{
        margin: 0px 0px;
    }
    .produtos .itens-lista ul li.ativo .produto-aberto ul .embalagens .esquerda{
        display: flex;
        align-items: center;
    }
}

@media all and (max-width: 850px){
    .produtos .itens-lista ul li a{
        flex-direction: column;
        min-height: initial;
    }
    .produtos .itens-texto{
        width: 95%;
        margin: 0 auto;
        left: 0px;
    }
    .produtos .produto-aberto p{
        font-size: 16px;
        line-height: 24px;
    }
    .produtos .itens-lista ul li img{
        min-width: initial;
    }
}

@media all and (max-width: 767px){
    .imagem-banner-bloco{
        flex-direction: column;
    }
    .imagem-banner-bloco{
        flex-direction: column;
        justify-content: left;
        text-align: left;
        align-items: initial;
        width: 90%;
        margin: 0 auto;
    }
    .produtos .texto .maior{
        line-height: 50px;
    }
    .imagem-banner-bloco .texto p{
        left: 0px;
    }
    .imagem-banner-bloco .texto{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .imagem-banner-bloco .texto p{
        line-height: 21px;
        font-size: 17px;
    }
    .produtos{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .produtos .lista-produto-aberto{
        margin-bottom: 0px;
    }
    .produtos .itens-lista ul li.ativo .produto-aberto{
        width: 90%;
    }
    .itens-lista h4{
        font-size: 25px;
    }
}

@media all and (max-width: 730px){
    .ban-top .banner-cachorro-header img{
        max-width: 1110px;
        margin-left: -350px;
        max-height: 300px;
    }
}

@media all and (max-width: 500px){
    .produtos .embalagens{
        padding: 10px 0px;
    }
    .produtos .embalagens .direita a{
        text-indent: -15px;
    }
}