.explicacoes-filters-search {
    padding: 11px 16px;
    display: flex;
    align-items: center;
    border: 1px solid #D7DFE9;
    background-color: #FFFFFF;
}

.input-search {
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.clearSearch {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explicacoes-btn-serach {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0;
}

.explicacao-view-switcher {
    border: 1px solid #1C222B;
    overflow: hidden;
}

.switcher-option {
    width: 48px;
    height: 48px;
    border: 0;
    background: #fff;
    cursor: pointer;
}

.switcher-option.active {
    background: #1C222B;
}

.switcher-option.active svg path {
  fill: #FAFAFA;
}

.switcher-option svg path {
  transition: fill 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.frame-background-light-border {
    background-color: transparent;
}

/* explicações página */
.explicacoes .explica-promo {
    text-align: center;
    img {
        max-width: 200px;
        margin: 0 auto;
    }
}

.explicacoes aside {
    width: 100%;
}

.explicacoes main {
    width: 100%;
}

.explicacoes aside > div:last-child {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .explicacoes aside {
        width: 25%;
    }
    
    .explicacoes main {
        width: 75%;
    }
}