/* .vw-icon{
    background: url(/wp-content/uploads/2024/11/logo.svg) no-repeat;
    width: 20px;
    height: 20px;
} */

details {
    padding: 15px !important;
    border-bottom: 1px solid #d4d4d4 !important;
}
details summary::marker{
    content: none;
}
details summary::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    width: 20px;
    display: inline-block;
}
details[open] summary::before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    width: 20px;
    display: inline-block;
}
details summary{
    cursor: pointer;
    color: #257226;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
}
details a{
    text-transform: capitalize;
}

.btn-container{
    display: block;
    text-align: center;
}
.btn-roxo {
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    font-size: 15px;
    background-color: #257226;
    color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #257226;
    border-radius: 15px 15px 15px 15px;
    padding: 12px 24px;
    display: inline-block;
    line-height: 12px;
}
.btn-roxo:hover {
    color: #257226;
    background-color: #FFFFFF;
    border-color: #257226;
}
.btn-roxo .plano{
    text-transform: capitalize;
}
.quadros{
    display: flex;
    flex-flow: row wrap;
    column-gap: 30px;
    row-gap: 30px;
    max-width: 650px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.quadro{
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,1) 35%, rgba(144,144,142,1) 100%);
    border: 1px solid #6d6d6c;
    text-align: center;
    width: 30%;
    padding: 0px 0;
    display: flex;
    flex-flow: column;
    height: 150px;
    justify-content: center;
}
.quadro p{
    color: #414042;
    font-weight: 700;
    margin: 0;
}
.quadro span{
    color: #257226;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: 700;
}

@media screen and (max-width: 700px) {
    .hscroll {
        overflow-x: auto;
    }
    .quadro {
        width: 45%;
    }
}