.chavo h1 {
	font-size: 32px;
}
.chavo-ans-que {
    width: 100%;
}
.chavo-que:first-child {
    border-top: 0;
}
.chavo-ans-que>div {
    padding: 30px 0;
    position: relative;
    padding-right: 35px;
}
.chavo-que {
    font-size: 24px;
    border-top: 1px solid #dfe4eb;
    cursor: pointer;
    line-height: 130%;
}
.chavo-que *{
    font-size: 24px;
}
.chavo-que>span {
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    font-size: 26px;
    background: #EEF7FF;
    color: #00AEEF;
    border-radius: 27px;
    position: absolute;
    right: 0;
    top: 50%;
}
body .chavo-ans {
    display: none;
    padding-top: 40px;
    padding-left: 94px;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
}
body .chavo-ans * {
    font-size: 16px;
}
.chavo-ans a {
    font-size: 14px;
    color: inherit;
    text-decoration: underline;
}
.chavo-ans a.file::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/public/new-design/link.svg) no-repeat center;
    margin-right: 5px;
    margin-bottom: -2px;
}
.chavo-ans a:hover {
    cursor: pointer;
}
.chavo-cat{
    font-size: 14px;
}
.chavo-ans::before {
    content: '';
    width: 54px;
    height: 54px;
    position: absolute;
    left: 20px;
    top: 0;
    background: url(/public/new-design/static/img/assets/useful/oval.svg) no-repeat center;
    background-size: contain;
}
.chavo-ans::after {
    content: '';
    position: absolute;
    width: 34px;
    left: 30px;
    top: 18.5px;
    height: 17px;
    background: url(/public/new-design/static/img/assets/useful/heart_white.svg) no-repeat center;
    background-size: contain;
}
@media only screen and (max-width: 576px) {
    .chavo-ans::before {
        left: 10px;
    }
    .chavo-ans::after {
        left: 20px;
    }
    body .chavo-ans {
        padding-left: 84px;
    }
    .chavo-que {
        font-size: 18px;
    }
}