@media screen and (max-width: 1100px) {
    .cont-prod {
        padding: 15px 35px;
    }
}

@media screen and (max-width: 1024px){
    .box-aula.control-pd .conteudo {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    div#lista-produtos i.fa.fa-angle-left.slick-arrow {
        left: -4px;
    }
    div#lista-produtos i.fa.fa-angle-right.slick-arrow {
        right: -4px;
    }
    div#carrinho .compre-junto {
        width: 35%;
    }
    .div-quero-ser-aluno a{
        max-width: 90%;
    }
    div#banner-principal {
        height: 500px;
    }
    .banner .conteudo-banner h2{
        font-size: 20px;
    }
    .lista_itens .card{
        width: calc(100% / 2 - 14px);
    }
    .box-resumo-home::after{
        width: 289px;
    }
    .conteudo h2 {
        font-size: 17px;
    }
    .titulo{
        font-size: 20px;
    }
    .perguntas details summary{
        font-size: 13px;
    }
    .lista_itens{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .vantagens .card i {
        font-size: 25px;
    }
    form.form .grid-2 {
        grid-template-columns: repeat(1,100%);
        gap: 0;
    }
}

@media screen and (max-width: 816px){
    ul.menu.active,div#blog-interna aside.active {
        opacity: 1 !important;
        transform: translate3d(0,0,0) !important;
    }
    ul.menu.flex.items-center.content-center,aside.categoria-loja {
        position: fixed;
        left: 0;
        display: block;
        background: #fff;
        top: 0;
        height: 100%;
        z-index: 9999;
        width: 100%;
        text-align: center;
        padding: 40px 30px;
        overflow-y: auto;
        opacity: 0;
        transform: translate3d(-100vw,0,0);
        transition: 0.3s cubic-bezier(0.62, 0.49, 0.04, 1.46);
        -webkit-transition: 0.3s cubic-bezier(0.62, 0.49, 0.04, 1.46);
    }
    span.closeMenu {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 99;
    }
    div#blog-interna aside {
        padding-top: 50px !important;
    }
    span.closeMenu::after {
        content: "\f00d";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 24px;
        text-align: center;
        color: var(--vermelho);
    }
    span.openSidebar::after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c9";
        font-size: 27px;
    }
    span.openSidebar {
        display: block;
        position: absolute;
        top: -46px;
        right: 0;
        z-index: 99;
    }
    ul.menu.flex.items-center li a {
        padding: 12px 0;
    }
    ul.menu li.carrinho-menu a {
        color: #fff;
    }
    ul.menu li.carrinho-menu {
        margin-left: 0;
        background: var(--vermelho);
        border-radius: 5px;
    }
    header nav.cont {
        height: 40px;
        position: relative;
    }
    span.openMenu::after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c9";
        font-size: 27px;
    }
    span.openMenu {
        width: 40px;
        height: 20px;
        display: block;
        position: absolute;
        right: 0;
        top: 6px;
        text-align: center;
    }
    .texto {
        font-size: 14px;
        line-height: 1.5;
    }
    footer .w-50.bx-right-footer.wrap {
        width: 100%;
        text-align: center;
        border-top: 2px solid #e7e7e7;
        padding-top: 40px;
        margin-top: 18px;
    }
    footer .redes-sociais {
        border: none;
        margin: auto;
    }
    footer .w-35 {
        margin: auto;
    }
    footer .redes-sociais {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .vantagens {
        padding-bottom: 0;
    }
    .breads li, .breads li a {
        font-size: 12px;
    }
    #aulas .box-aula .conteudo {
        width: 100%;
    }
    .box-aula .foto-detalhe {
        height: 400px;
        width: 100%;
    }
    .horarios.btns.flex.align-center {
        justify-content: center;
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 30px;
    }
    aside .box-categorias {
        padding: 17px;
    }
    div#carrinho .item-carrinho {
        padding: 30px;
    }
    .prod-car .name-prod h3 {
        padding: 10px;
        font-size: 14px;
    }
    .intens-carrinho-info div {
        padding: 13px;
        font-weight: 500;
    }
    .item-carrinho i.fas.fa-trash-alt {
        right: 46px;
        bottom: 60px;
    }
    .prod-car .name-prod h3 {
        font-size: 12px;
    }
    .box.list-bx {
        margin: auto;
        width: 70%;
    }
    .galeria i.fa.fa-angle-right.slick-arrow {
        right: 24px;
        color: #fff;
    }
    .galeria i.fa.fa-angle-left.slick-arrow {
        left: 24px;
        color: #fff;
    }
    .perguntas details{
        padding-left: 20px;
    }
    .produto .lista-fotos {
        width: 100%;
        margin-bottom: 50px;
    }
    .produto.wrap .w-40 {
        width: 100%;
        margin-bottom: 18px;
        border-bottom: 2px solid #e7e7e7;
        padding-bottom: 40px;
    }
    .compre-junto.w-30 {
        width: 44%;
    }
    div#quem-somos .w-70 {
        width: 100%;
        margin-bottom: 42px;
        text-align: center;
    }
    div#quem-somos .w-30 {
        width: 80%;
        margin: auto;
    }
    .produtos-loja .prod {
        width: calc(100% / 2 - 40px);
    }
}

@media screen and (max-width: 650px){
     div#lista-Modalidade i.fa.fa-angle-right.slick-arrow{
        right: 0;
    }
    div#lista-Modalidade i.fa.fa-angle-left.slick-arrow {
        left: 0px;
    }
    .horario-lista i {
        top: 46px !important;
    }
    .box-aula.control-pd .conteudo {
        max-width: 310px;
        padding-left: 37px;
    }
    .div-quero-ser-aluno.w-30 {
        position: absolute;
        width: 211px;
        bottom: -66px;
        left: 0;
    }
    .div-quero-ser-aluno.w-30 a {
        font-size: 11px;
    }
    .lista_itens .card {
        width: calc(100% / 1 - 14px);
    }
    .box-resumo-home::after{
        display: none;
    }
    .box-resumo-home .w-50 {
        width: auto;
    }
    .card-duvidas.p-80.center {
        padding: 60px 30px;
    }
    .perguntas details summary {
        font-size: 11px;
    }
    details::after{
        top: 14px;
        right: 20px;
    }
    .form-cotnato.w-50 {
        width: 100%;
    }
    .info-contato h3 {
        font-size: 14px;
    }
    .chamada .bx.w-60 {
        width: 100%;
        margin: auto;
        margin-bottom: 35px;
    }
    .chamada .w-40.btns.wrap {
        width: 80%;
        margin: auto;
    }
    .chamada h2{
        text-align: center;
    }
    .chamada p {
        text-align: center;
    }
    .chamada .w-40.btns a {
        font-size: 11px;
    }
    .form-coments .w-40 {
        width: 100%;
        padding: 0;
    }
    .footer-menu h3 {
        text-transform: uppercase;
        font-size: 13px;
    }
    .bx-right-footer .footer-menu a {
        display: block;
        font-size: 12px;
    }
    footer .copy p, p.txt-right a {
        margin: auto;
        margin-top: 3px;
    }
    .vantagens .lista_itens .card {
        padding: 0;
        margin-bottom: 40px;
    }
    .lista_itens .card h3, .list-mais .card h3 {
        font-size: 14px;
    }
    .conteudo-blog.w-70.pr-40 {
        width: 100%;
        padding-right: 0;
    }
    div#blog-interna aside {
        position: fixed;
        right: 0;
        top: 0;
        width: 70%;
        padding: 23px;
        background: #ffff;
        height: 100%;
        z-index: 99;
        border-left: 1px solid #e2e2e2;
        overflow-y: auto;
        transform: translate3d(100vw,0,0);
        opacity: 0;
        -webkit-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
    .list-mais .card {
        width: 100%;
    }
    div#carrinho .form-coments .w-60 {
        width: 100%;
    }
    .intens-carrinho-info div {
        font-size: 12px;
    }
    .item-carrinho i.fas.fa-trash-alt {
        right: 49px;
        bottom: 55px;
    }
    div#carrinho .compre-junto {
        width: 100%;
        text-align: center;
    }
    .lista-produtos.w-75 {
        width: 100%;
        border: 0;
    }
    div#loja .prints {
        padding-left: 0;
    }
    .produtos-loja .prod h2, .compre-junto .prod h2 {
        text-transform: uppercase;
        font-size: 13px;
    }
    .produtos-loja .prod a.cpomprar, .compre-junto .prod a.cpomprar {
        width: 100%;
        font-size: 12px;
    }
    .produtos-loja .prod {
        width: calc(100% / 2 - 7px);
    }
    .img-thumb {
        height: 281px;
        overflow: hidden;
    }
    .img-produto img {
        height: 281px;
    }
    .info-prod {
        padding-left: 0;
    }
    .form-coments.wrap .w-50 {
        width: 100%;
    }
    .compre-junto.w-30 {
        width: 100%;
        margin-top: 40px;
    }
    div#prod-interno {
        padding-bottom: 0;
    }
    .img-produto i.slick-arrow {
        top: 117px;
    }
    .box.list-bx {
        margin: auto;
        width: 100%;
    }
    .form-coments.wrap .w-60 {
        width: 100%;
    }
    div#quem-somos .w-30 {
        width: 100%;
    }
    .home.bg.vantagens .card {
        padding: 33px;
        margin-bottom: 0;
    }
}