@media (max-width: 1566px) {
    section.avaliacoes .rotativo {
        width: 100%;
    }    
}


@media (max-width: 1366px) {
    section.motivos, section.avaliacoes {
        overflow: hidden;
    }
    section.motivos .rotativo {
        width: 120%;
    }
    section.avaliacoes .rotativo {
        width: 100%;
    }
}


@media (max-width: 480px) {
    header .grid {
        grid-template-columns: 1fr max-content;
    }
    header ol {
        display: none;
    }
    header ul {
        position: fixed;
        visibility: hidden;
    }
    header nav {
        display: flex;
    }
    section.banner {
        padding-top: 40px;
    }
    section.banner h1 {
        margin-top: 0;
        font-size: 40px;
        text-align: center;
    }
    section.banner span {
        text-align: center;
    }
    section.banner h2 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    section.banner p {
        font-size: 20px;
        text-align: center;
        line-height: 26px;
    }
    section.banner a {
        margin: 0 auto;
    }
    h2 {
        font-size: 32px;
        text-align: center;
    }
    section.motivos .rotativo {
        width: 160%;
    }    
    section.motivos .rotativo .slick-list {
        margin: 0 -15px;    
    }
    section.motivos .rotativo  .slick-slide {
        margin: 0 15px;
    }
    section.produtos time {
        position: unset;
        width: fit-content;        
        margin: 0 auto 60px;
    }
    section.banner .grid, section.produtos .grid:first-child, section.produtos .grid:nth-child(2), section.produtos article, 
    section.sobre .grid, footer .info .grid, footer .pagamentos .grid, footer .creditos .grid {
        grid-template-columns: minmax(0, 1fr);
    }
    section.banner .grid {
        gap: 15px;
    }
    section.produtos h2 {
        margin-bottom: 30px;
    }
    section.produtos article {
        text-align: center;
    }
    section.produtos article span, section.produtos a, section.sobre a {
        margin: 0 auto;
    }
    section.sobre .grid {
        gap: 50px;
    }
    section.sobre p {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    section.avaliacoes .item h3 {
        text-align: center;
    }
    section.avaliacoes .item span {
        justify-content: center;
    }
    section.avaliacoes .item p {
        text-align: center;
        line-height: 26px;
    }
     footer .siga .grid {
        grid-template-columns: 1fr max-content;
     }
    footer .siga h3 {
        font-size: 20px;
    }
    footer .siga span {
        display: none;
    }
    footer .info, footer .pagamentos h4 {
        text-align: center;
    }
    footer .pagamentos .grid {
        gap: 25px;
    }
    footer .pagamentos ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .creditos p {
        text-align: center;
    }
    footer .creditos a {
        justify-self: center;
        flex-direction: column;
        margin-top: 20px;
    }
    section.faq h3 {
        font-size: 20px;
    }
    section.faq p {
        font-size: 18px;
        line-height: 28px;
        padding: 30px 20px 10px 20px;        
    }
    section.banner a, section.sobre a, section.faq a {
        font-size: 18px;
        align-items: center;
    } 
    footer .siga .grid > a {
        display: none;
    }
}


@media (max-width: 360px) {

}