﻿/*#region RESPONSIVO INICIAL */



@media only screen and (min-width:1152px) {
    .center {
        width: 1152px;
        padding: 0;
        box-sizing: border-box;
    }
}


/*#endregion */


@media only screen and (max-width: 845px) {

    .center {
        box-sizing: border-box;
        /*padding: 0;*/
    }

    header {
        background-size: auto 100%;
    }

    h1.logo_smart {
        display: block;
    }

    h1.logo_pc {
        display: none;
    }

    h1.logo_smart {
        width: 100%;
    }

        h1.logo_smart a {
            width: initial;
            margin: 30px auto;
            display: table;
            float: none;
        }

    header p.info_topo {
        padding-right: 0;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 0;
    }

    header .btn_padrao {
        position: relative;
        bottom: inherit;
        right: initial;
        display: table;
        float: none;
        margin: 30px auto;
    }
    /*#region menu responsivo */
    .menu-responsivo {
        position: relative !important;
        top: 0;
        background-color: #2c9f59;
        width: 100% !important;
        border-radius: 0;
        right: 0;
        display: table;
    }

        .menu-responsivo .btn-mobile {
            text-align: left;
        }

            .menu-responsivo .btn-mobile i {
                float: left;
            }

        .menu-responsivo .menu-ativo {
            background-color: #0e693d !important;
        }

    /*#endregion */

    section {
        padding: 25px 0;
    }

    #tudo > header > div > div.coluna-3 {
        width: 100%;
    }

    /*#region SEÇÃO SOLUÇÕES */

    section.secao_solucoes ul li {
        width: 80%;
        margin-left: 8%;
        margin-bottom: 90px;
    }

        section.secao_solucoes ul li p {
            width: 88%;
        }

        section.secao_solucoes ul li:before {
            margin-left: -10%;
        }

        section.secao_solucoes ul li h4 {
            margin-left: -30%;
        }
    /*#endregion */
    /*#region PROJETOS */
    section.secao_projetos li.li_lista {
        width: 48%;
    }

        section.secao_projetos li.li_lista:first-child {
            margin-left: 0 !important;
        }

    .recorta_foto {
        width: 100% !important;
    }

    section.secao_projetos li.li_lista .recorta_foto {
        height: 210px;
    }

    section.secao_projetos ul.ul_itens li {
        width: 100%;
        padding: 7px 0;
        border-top: 1px solid #ccc;
    }

    section.secao_projetos li figcaption ul.ul_itens li img {
        float: left;
    }

    section.secao_projetos li figcaption ul.ul_itens li p {
        float: left;
        padding-top: 0;
        color: #333 !important;
        margin-left: 10px;
    }

        section.secao_projetos li figcaption ul.ul_itens li p span {
            font-size: 14px;
            color: #333;
            clear: none;
        }

    section.secao_projetos li figcaption p.valor_imovel {
        line-height: 20px;
        padding: 5px 0;
    }
    /*#endregion */

    /*#region SERVIÇOS */
    section.secao_servicos ul.ul_servicos li {
        width: 48%;
        margin-top: 25px;
    }

        section.secao_servicos ul.ul_servicos li:nth-child(2n+1) {
            clear: both;
        }

    /*#region FALE CONOSCO */
    section.secao_faleconosco .painel_faleconosco input, section.secao_faleconosco .painel_faleconosco select,
    section.secao_faleconosco .painel_faleconosco, section.secao_faleconosco .painel_faleconosco .div_label {
        width: 100%;
        margin-left: 0;
    }

    .endereco_whats {
        margin-top: 20px;
    }

    .endereco_whats, section.secao_faleconosco ul.endereco_whats li {
        width: 100%;
    }
    /*#endregion */
    /*#endregion */
    nav.menu_principal {
        display: none !important;
    }
}

@media only screen and (min-width: 569px) and (max-width: 845px) {

   
    section.secao_projetos li.li_lista {
        width: 31%;
        height: 230px;
    }

    section.secao_quemsomos img.coluna-4 {
        width: initial;
    }

    section.secao_quemsomos div.col-md-1 {
        width: 46%;
        margin-left: 2%;
        text-align: justify;
    }

    .painel_simulacao .div_label {
        width: initial;
    }

    .painel_simulacao .div_label {
        width: 48%;
        margin-left: 2%;
    }

    /*#region SOLUÇÕES */
    section.secao_solucoes h3{
        text-align:center;
    }
    section.secao_solucoes small {
        text-align: center;
        float: none;
        width: 100%;
        display: table;
    }
    section.secao_solucoes ul li {
        width:54%;
        margin: auto;
        display: table;
        float: none;
        margin-bottom: 90px;
    }
    /*#endregion */

    /*#region SEÇÃO SERVIÇOS */
    section.secao_projetos h3, section.secao_servicos h3, section.secao_faleconosco h3 {
        float: none;
        margin: auto;
        display: table;
        text-align: center;
    }
        section.secao_servicos small, section.secao_faleconosco small {
        text-align: center;
        float: none;
        width: 100%;
        display: table;
    }

    /*#endregion */

    .fixed h1 {
        margin: 0;
        width: 190px !important;
    }
}

@media only screen and (min-width:415px) and (max-width:568px) {
}
/*IPHONE 5s DEITADO*/
@media only screen and (min-width: 558px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
}


@media only screen and (min-width: 1024px) and (max-width: 1152px) {
}



@media only screen and (min-width:1152px) {
}
