/* 1415px */
@media screen and (max-width:1415px){
    .coll-box.child{
        margin-bottom:20px;
      }
}

/* 1380px */
@media screen and (max-width:1380px){
    .header-cart{
        width:85px;
    }
    .nav a{
        
        padding-left:7px;
        padding-right:7px;
    }
    .header-logo{
        width:160px;
    }
    header.scroll .header-logo{
        width:99px;
    }
}

/* 1180px */
@media screen and (max-width:1180px){
    .logo-footer{
        display:none;
    }
}


/* 1140px */
@media screen and (max-width:1140px){
   
   .social li{
       margin:2px 0px;
   }

    .header {
        height: 138px;
    }

    .lineup {
        margin-top: 113px;
        border-top: 3px solid #ddd;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .header-logo a{
        width:110px;
    }

    .nav a{
        font-size:14px;
    }

    .coll-box.child{
        margin-bottom:15px;
    }

    #banner{
        margin-top:116px;
    }
}

/* 1100px  */
@media screen and (max-width:1100px){
    .collections {
        grid-template-columns: repeat(2, 1fr);
    }

    .coll-box.child{
        margin-bottom:36px;
    }
}


/* 1024px */
@media screen and (max-width:1024px){
    #wrap-blogmovie{
        display:flex;
        flex-direction:column;
    }
    .blogmovie:before{
        width:100%;
        height:422px;
        bottom:0px;
    }
    .box-blog, .box-video{
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*999px */
@media screen and (max-width:999px){
    .zoomContainer{
        display:none !important;
    }

    .header,
    header.scroll{
        height: 100px;
        position:relative;
    }

    #dl-menu{
        margin-top:-2px;
        display:block;
    }
    #banner{
        margin-top:0px;
    }

    .header-nav{
        display:none;
    }
   

    .lineup {
        margin-top:0px;
    }


    .header-cart {
        background-color:#fff;
    }

    .header-cart-box{
        display:flex;
    }
    .header-cart-box h3{
        margin-right:10px;
        margin-bottom:0px;
        padding-top:5px;
    }
    .social{
        flex-direction: row;
    }
    .social li{
        margin:0px 2px;
    }

    .coll-box.child{
        margin-bottom:25px;
    }

    #wrap-coll{
        padding-top:25px;
        padding-bottom:30px;
    }
    .collections{
        margin-top:25px;
    }

    .title{
        font-size:30px;
    }

    footer{
        padding:30px 20px;
    }

    .box-newsletter{
        max-width:100%;
    }
    
    footer .content{
        flex-direction:column;
    }
    
    .txt-schedule{
        margin-bottom:15px;
        text-align:center;
    }
    .footer-social{
        margin-top:20px;
    }

    .two-columns,
    .two-columns-movie{
        display:flex;
        flex-direction: column;
    }

    .two-columns aside,
    .two-columns article{
        width:100%;
    }

    .double-info{
        margin-top:40px;
    }

    .grid-columns{
        flex-direction:column-reverse;   
    }
    .grid-columns2{
        flex-direction: column;
    }
    
    .grid-columns .col-70,
    .grid-columns .col-38,
    .grid-columns2 .col-72,
    .grid-columns2 .col-24{
        width:100%;
    }
    .grid-columns .col-38,
    .grid-columns2 .col-24{
        margin-bottom:50px;
    }
    
    .list-cat{
        display:none;
    }
    #select-cat{
        display:table;
    }

    
    .header-post{
        width:100%;
        padding:0px 20px;
    }

    .list-others{
        padding-left:20px;
        padding-right:20px;
    }

    .lineup{
        border-top:0px;
    }
    
    .contentNew .list-collect{
        height: fit-content;
    }

    .list-collect{
        width:100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap:20px;
    }

    .bt-budget{
        width:100%;
    }

    .direction #gallery-slide{
        min-height:410px;
        margin-bottom:50px;
      }
      
      .direction .swiper-container{
        /*height:410px;*/
      }

      .bt-clear{
        margin-bottom:10px;
      }

      .direction .swiper-slide img{
          max-height:89px;
      }

      .list-event{
        display: grid;
        grid-template-columns: repeat(2,1fr);
/*        grid-auto-rows: minmax(auto,100%);*/
        grid-gap: 20px;
      }


    #aba_filtro{
        display:none;
        opacity:0;
        visibility: hidden;
    }

    #aba_filtro.show_tab{
    display:table;
    opacity:1;
    width:100%;
    visibility:visible;
    }

        
    .mostra_filtro{
        display:table;
        border:0px;
        background:#333;
        border-radius:6px;
        padding:24px 15px;
        color:#fff;
        width:100%;
        font-size:16px;
        font-weight:bold;
        cursor: pointer;
        margin-bottom:20px;
        outline:none;
    }
}



/*800px */
@media screen and (max-width:800px){
    .box-newsletter{
        flex-direction: column;
    }
    #form-news{
        width:100%;
    }
    .box-newsletter h6{
        margin:0 auto;
        font-size:20px;
        width:auto;
        margin-bottom:20px;
    }

    .three-columns {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: minmax(auto,100%);
        grid-gap:0%;
    }
}

/* 650px */
@media screen and (max-width:650px){
    .coll-box.child{
        margin-bottom:15px;
    }

    #form-news{
        flex-direction: column;
    }
    #form-news .input{
        margin:0px 0px 5px 0px;
    }
    #form-news .btn{
        width:100%;
        margin:0px;
    }

    #development .content{
        flex-direction: column;
        text-align:center;
    }


    .header-post{
        flex-direction: column;
    }
    .header-post h1{
        width:100%;
        margin-bottom:20px;
    }

    #form_contact {
        display:flex;
        flex-direction: column;
    }
    fieldset{
        width:100%;
    }

    .article-post{
        width:100%;
        margin:0 auto;
      }
}



/* 599px */
@media screen and (max-width:599px){
    .container-produto{
        padding-left:25px;
        padding-right:25px;
    }

    .container{
        padding-left:20px;
        padding-right:20px;
    }
    .header{
        padding-left:20px;
        padding-right:20px;
    }
    .header-social{
        display:none;
    }
    .header-cart{
        margin-right:20px;
    }

    .box-post-home figure{
        display:none;
    }
    .list-event .box-post-home figure{
        display:table;
    }
    .box-post-home article{
        width:100%;
    }

    .collections {
        display:flex;
        flex-direction: column;
    }
    .collections div{
        margin-bottom:25px;
    }
    .coll-box.child{
        margin-bottom:25px;
    }

    #wrap-dep .swiper-slide{
        display:flex;
        flex-direction: column;
    }

    #wrap-dep figure{
        width:50%;
        margin-bottom:20px;
    }
    #wrap-dep article{
        width:100%;
        text-align:center;
    }
      

    .address{
        flex-direction: column;
    }
    .address ul{
        margin-top:20px;
        margin-left:0px;
    }

    .list-blog li .box-post-home article{
        width:100%;
    }


/*
    .list-collect{
        width:100%;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-auto-rows: minmax(auto,100%);
        grid-gap:0%;
      }
*/

      .wrap-cart li{
        display:flex;
        flex-direction: column;
      }

      .wrap-cart li:nth-of-type(1){
          display:none;
      }

      .cart-photo,
      .cart-product,
      .cart-quant,
      .cart-action{
          width:100%;
          text-align:center;
      }
      .cart-action{
          margin-top:15px;
      }
      .change-cart{
          width:150px;
          float:none;
          margin:0 auto;
      }

      .cart-buttons{
          flex-direction: column;
      }
      .bt-buy{
          margin-bottom:10px;
      }


      .direction #gallery-slide{
        min-height:280px;
        margin-bottom:50px;
      }
      
      .direction .swiper-container{
        height:280px;
      }

      .list-event{
        display: grid;
        grid-template-columns: repeat(1,1fr);
/*        grid-auto-rows: minmax(auto,100%);*/
        grid-gap: 20px;
      }
}



/* QUEBRAS DE PÁGINAS DO BANNER 
@media screen and (max-width:1390px){
    #banner .swiper-slide a{
        height:530px;
    }
}

@media screen and (max-width:1100px){
    #banner .swiper-slide a{
        height:370px;
    }
}

@media screen and (max-width:800px){
    #banner .swiper-slide a{
        height:280px;
    }
}
*/


/* Parceiros */
@media screen and (max-width: 950px){
    .gridParceiros{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 500px){
    .gridParceiros{
        grid-template-columns: repeat(1,1fr);
    }
}