@media (max-width: 1200px){

    /* global */
    .container { max-width: 100%; padding: 0px 20px; }

    /* cover */
    #cover figcaption { left: 20px; margin-left: 0px; }
    #cover figcaption h1 { font-size: 48px; }
    #cover figcaption span a i { font-size: 18px; }

    /* apartamento */
    #apartamento header h6 { margin-top: 10px; font-size: 30px; }

}

@media (max-width: 1070px){

    /* header */
    #header nav ul { gap: 20px; }
    #header nav ul.social { margin: 0px 30px; }

}

@media (max-width: 1020px){

    /* filtro */
    #filtro .items form label:nth-of-type(2),
    #filtro .items form label:nth-of-type(3) { display: none; }

}

@media (max-width: 974px){

    /* global */
    body { font-size: 14px; }

    /* header */
    #header nav ul { display: none; }
    #header span.toggle-menu { display: block; }

    /* banner */
    #banner section article figcaption { bottom: 80px; }
    #banner section article figcaption h2 a { font-size: 48px; }
    #banner section article figcaption span { font-size: 16px; }
    #banner .slick-dots { bottom: 20px; }

    /* busca */
    #busca::after { display: none; }
    #busca header h6 { font-size: 30px; }
    #busca form label.input small { font-size: 16px; }
    #busca nav ul li strong { font-size: 14px; }

    /* bairros */
    #bairros section { grid-template-columns: repeat(2, 1fr); }

    /* lancamentos */
    #lancamentos header h1 { font-size: 24px; }
	#lancamentos header h1 br { display: none; }
    #lancamentos section { grid-template-columns: repeat(2, 1fr); }

    /* quem somos */
    #quem-somos .container { flex-direction: column; }
    #quem-somos figure { width: 100%; height: auto; }
    #quem-somos figure img { position: relative; top: auto; right: auto; width: 100%; height: auto; }
    #quem-somos section { width: 100%; padding: 30px 0px 0px 0px; }
    #quem-somos section h2 { padding-right: 0px; font-size: 24px; }

}

@media (max-width: 820px){

    /* busca */
    #busca form fieldset { width: 100%; }
    #busca .slick-arrow.prev { left: 10px; }
    #busca .slick-arrow.next { right: 10px; }

    /* cover */
    #cover figcaption h1 { font-size: 30px !important; }

    /* apartamento */
    #apartamento { padding: 40px 0px; }
    #apartamento header small { font-size: 16px; }
    #apartamento header h6 { display: none; }
	
	/* blog */
	#blog section { grid-template-columns: 1fr; }

}

@media (max-width: 680px){

    /* header */
    #header { padding: 20px; }
    #header span.logo img { width: 140px; }
    #header span.wp a { padding: 7px 10px; }
    #header span.wp a i { margin-right: 5px; }
    #header span.toggle-menu { top: 38px; left: 190px; }

    /* banner */
    #banner { height: 400px; }
    #banner section article, #banner section article figure { height: 400px; }
    #banner section article figcaption h2 a { font-size: 30px; }

    /* cover */
    #cover { height: 400px; }
    #cover::before { position: absolute; z-index: 1; top: auto; bottom: 0px; left: 0px; width: 100%; height: 200px; background: linear-gradient(to top, rgba(0,0,0,.8), transparent); content: ''; }
    #cover img { left: 0px; width: 100%; }
    #cover figcaption { bottom: 40px; }
    #cover.cover-blog figcaption p { display: none; }

    /* busca */
    #busca header h6 { font-size: 20px; }
    #busca nav ul { padding: 0px 50px; }
    #busca nav ul li img { height: 80px; }
    #busca form label.input small { left: 15px; font-size: 14px; }
    #busca form label.input small b { font-size: 12px; }
    #busca form label.input input { font-size: 13px; padding: 0px 15px; }

    /* bairros */
    #bairros { padding-top: 140px; }
    #bairros header h1 { font-size: 24px; }
    #bairros header p { font-size: 16px; }
    #bairros section { grid-template-columns: 1fr; }

    /* single */
    #apartamento .list ul li { display: block; margin-bottom: 20px; }
    #apartamento .list ul li:last-of-type { margin-bottom: 0px; }

    /* filtro */
    #filtro .items form { padding: 15px; gap: .625rem; flex-direction: column; }

    /* lancamentos */
    #lancamentos header h1 { margin-bottom: 40px; font-size: 18px; line-height: 1.2; }
    #lancamentos section { grid-template-columns: 1fr; }
    #lancamentos footer span a { font-size: 12px; }

    /* apartamento */
    #apartamento .list { padding-left: 0px; }
    #apartamento section { padding-left: 0px; }
    #apartamento .gal img { height: 140px; }

    /* form */
    #form h6 { font-size: 24px; }
    #form form { width: 100%; }
    #form.contact { margin-top: 92px; }
    #form.contact form { width: 100%; }

}

@media (max-width: 440px){

    /* header */
    #header span.wp { display: none; }
    #header span.toggle-menu { left: auto !important; right: 30px !important; }

    /* form */
    #form h6 { font-size: 20px; }

}