.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%;
}

.list-faq{
    display: flex;
    width: 100%;
    flex-direction: row;
}

.itens-sanfona {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.itens-sanfona ul {
    list-style: none;
    width: 100%;
    margin-bottom: 80px;
}

.itens-sanfona ul li {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #C5C5C5;
    counter-increment: my-awesome-counter;
}

.itens-sanfona ul li:before {
    content: counter(my-awesome-counter) ". ";
    position: absolute;
    height: 100%;
    display: flex;
    width: 4.8%;
    justify-content: flex-end;
    color: #62177f;
    font-weight: 600;
    top: 13px;
    font-size: 19px;
}

.itens-sanfona ul li > a {
    position: relative;
    width: 90%;
    color: #621766;
    font-size: 19px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    padding: 10px 5%;
}

.itens-sanfona .abre-fecha:after {
    content: ' ';
    position: absolute;
    top: 0px;
    right: 10px;
    height: 100%;
    width: 20px;
    background: url(./../img/arrow-aberto.png) no-repeat center center;
}

.itens-sanfona .aberto .abre-fecha:after {
    background: url(./../img/arrow-fechado.png) no-repeat center center;
}

.itens-sanfona ul li .texto {
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.itens-sanfona ul li .texto {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.itens-sanfona ul li .inner-texto {
    display: flex;
    flex-direction: column;
    padding: 25px 5%;
    padding-top: 0px;
}

.itens-sanfona p {
    font-size: 16px;
    line-height: 26px;
    color: #626262;
    margin-top: 15px;
    font-weight: 400;
    display: inline-block;
}

.itens-sanfona .aberto .texto {
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: auto;
}

.nao-encontrou{
    margin: 0 auto;
    display: flex;
    max-width: 700px;
    width: 100%;
    flex-direction: column;
    margin-bottom: 50px;
}

.nao-encontrou h3{
    font-size: 20px;
    color: #621766;
    font-weight: 600;
    margin-bottom: 15px;
}

.nao-encontrou p{
    line-height: 22px;
    color: rgb(83, 83, 83);
}

.nao-encontrou a{
    font-weight: 600;
}

@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:768px){
    .itens-sanfona ul li{
        border: 0px solid transparent;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .itens-sanfona ul li:before{
        display: none;
    }
    .itens-sanfona ul li > a{
        width: 100%;
        padding: 0px 0px;
    }
    .itens-sanfona ul li .inner-texto{
        padding: 0px;
    }
}

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

@media all and (max-width: 590px){
    .ban-top .banner-cachorro-header img{
        margin-left: -590px;
    }
}