@media only screen and (max-width: 1024px) {
    .leftbox .logo {
        max-width: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .leftbox {
        background: rgba(27, 18, 4, 0.9);
    }

    .ab-bottom {
        display: none;
    }

    .rightbox .row.artigos-bottom {
        display: block;
    }

    .footer {
        position: relative;
        left: 0;
        right: 0;
        height: auto;
        margin-top: 0px;
    }
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .leftbox {
        height: 300px;
        position: relative;
        background: rgba(27, 18, 4, 0.9);
    }

    summary::marker {
        content: "+ ";
        color: #ff0000;
    }

    details.faq-item summary:hover {
        color: #363636;
    }

    details.faq-item p {
        color: #1b1b1b;
    }
}




/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    .rightbox .col-wide,
    .rightbox .col-left,
    .rightbox .col-right,
    .rightbox .artigos {
        padding-right: 30px;
        padding-left: 30px;
    }

    .footer div {
        height: auto;
    }

    .footer ul {
        display: block;
    }

    .leftbox .logo {
        max-width: 90%;
        margin-top: 50px;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    .rightbox h2 {
        font-size: 40px;
    }

    .rightbox .col-wide .marker {
        font-size: 22px;
    }
}