﻿
input[type=text], input[type=email], select, textarea {
    width: 245px;
    height: 40px;
    background-color: #fff;
    font-size: 15px;
    padding-left: 10px;
    /*margin-left: 20px;*/
    float: left;
    border-radius: 3px;
}

input::placeholder {
    color: #fff;
}



/*#region REGIÃO TOPO */
header {
    background: url(../imagens/bg_topo.jpg) no-repeat no-repeat center top;
    min-height: 470px;
    background-size: 100% auto;
}

    header p.info_topo {
        font-size: 45px;
        line-height: 45px;
        font-family: 'Bebas Neue', cursive;
        margin-top: 30px;
        padding-right: 80px;
    }

        header p.info_topo span {
            font-family: 'Bebas Neue', cursive;
        }

h1.logo_smart {
    display: none;
}

h1.logo_pc a {
    margin-top: 30px;
}

h1 a {
    float: left;
    /*border: 1px solid #fff;*/
    padding: 20px;
}

    h1 a img {
        width: 100%;
        height: auto;
    }


/*#endregion */
/*#region MENU TOPO */
nav.menu_principal {
    float: right;
    margin-top: 1px;
    padding-left: 20%;
    margin-top: 30px;
}


    /*    nav .menu_principal li {
        display: -webkit-inline-box;
    }*/

    nav.menu_principal li a {
        float: left;
        line-height: 42px;
        color: #fff;
        font-size: 16px;
        border-bottom: 1px solid #f7e9ae;
        text-align: right;
        padding-right: 20px;
        width: 100%;
    }

        nav.menu_principal li a:hover {
            background-color: #ffd32f;
            color: #333;
            border-color: #f68d31;
        }

header .center {
    position: relative;
}

header .btn_padrao {
    position: absolute;
    bottom: 20px;
    right: 0;
}
/*#endregion */

/*#region MENU FIXO */
.fixed {
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 0px !important;
    background-color: #fff;
    border-bottom: 2px solid #fff;
}

nav.menu_principal.fixed h1 {
    display: block;
}

    nav.menu_principal.fixed h1 a {
        margin-top: 10px;
        float: left;
        width: 110px;
        height: auto;
    }

nav.menu_principal.fixed ul {
    width: 60%;
    margin-top: 10px;
    margin-left: 40px;
}

nav.menu_principal.fixed .btn_padrao {
    margin-top: 20px;
}

.fixed .parte_direita_topo {
    width: auto;
    float: right;
}

.fixed nav.redes_sociais_topo {
    display: none;
}

.fixed nav.menu_principal {
    margin-top: 15px;
}

    .fixed nav.menu_principal li a {
        color: #000;
    }
/*#endregion */




section h3 {
}

section small {
    font-size: 15px;
    color: #3d6997;
    float: left;
    clear: both;
}


/*#region SEÇÃO SOLUÇÕES */
section.secao_solucoes ul {
    margin-top: 80px;
}

    section.secao_solucoes ul li {
        height: 220px;
        background: url(../imagens/bg_li_solucoes.jpg) no-repeat left center;
        position: relative;
    }

        section.secao_solucoes ul li p {
            text-align: center;
            margin-top: 30px;
            float: left;
            margin-left: 20px;
            width: 68%;
            margin-top: 60px;
        }

        section.secao_solucoes ul li h4 {
            position: absolute;
            border-radius: 5px;
            border: 3px solid #3d6997;
            background-color: #f2c932;
            color: #000;
            text-align: center;
            bottom: -15px;
            line-height: 40px;
            width: 180px;
            border-top: 0;
            left: 50%;
            margin-left: -125px;
        }

        section.secao_solucoes ul li:before {
            content: "";
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            margin-left: -75px;
            top: -40px;
            border: 3px solid #3d6997;
            background-color: #f2c932;
            border-right: 0;
            background-repeat: no-repeat;
            background-position: center center;
        }

        section.secao_solucoes ul li.residencia:before {
            background-image: url(../imagens/img_residencial.jpg);
        }

        section.secao_solucoes ul li.empresa:before {
            background-image: url(../imagens/img_empresa.jpg);
        }

        section.secao_solucoes ul li.industria:before {
            background-image: url(../imagens/img_industria.jpg);
        }
/*#endregion */

/*#region PROJETOS */
section.secao_projetos {
    /*background-color: #f4e8e8;*/
}

    section.secao_projetos ul.ul_projetos {
        margin-top: 30px;
    }

    section.secao_projetos li.li_lista {
        /*width: 334px;*/
        background-color: transparent;
    }

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

        section.secao_projetos li.li_lista figure {
            float: left;
            width: 100%;
            height: 100%;
        }

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

        section.secao_projetos li.li_lista .recorta_foto {
            width: 100%;
            height: 282px;
            float: left;
            margin-left: 2px;
            margin-top: 2px;
            padding: 10px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
        }

            section.secao_projetos li.li_lista .recorta_foto a {
                height: 100%;
                border-radius: 5px;
                left: 0;
                top: 0;
                overflow: hidden;
                /*padding: 10px 0;*/
                position: relative;
            }

            section.secao_projetos li.li_lista .recorta_foto img {
                max-width: 100%;
                height: auto;
                width: 100%;
                /*max-height: 100%;*/
                vertical-align: middle;
                float: none;
                margin: auto;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                display: table;
            }

    section.secao_projetos ul.ul_itens > li:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }

    section.secao_projetos li figcaption {
        padding: 10px 0;
    }

        section.secao_projetos li figcaption span {
            margin: auto;
            display: table;
        }

    section.secao_projetos span.lblvazio {
        float: left;
        clear: both;
    }
/*#endregion */

/*#region SEÇÃO QUEM SOMOS */
section.secao_quemsomos img.img_qs {
    float: left;
    width: 34%;
}

section.secao_quemsomos .div_texto_qs {
    float: left;
    width: 57%;
    margin-left: 3%;
}

    section.secao_quemsomos .div_texto_qs p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 20px;
        margin-top: 20px;
        text-align: justify;
    }

section.secao_quemsomos .btn_padrao {
    margin-top: 20px;
    background-color: #104e5d;
    color: #fff;
}

    section.secao_quemsomos .btn_padrao:hover {
        background-color: #000;
    }

/*#endregion */

/*#region SEÇÃO SERVIÇOS */

section.secao_servicos {
    background: url(../imagens/bg_servicos.jpg) no-repeat no-repeat center top;
    min-height: 470px;
    background-size: auto 100%;
    padding: 30px 0;
}

    section.secao_servicos ul.ul_servicos {
        margin-top: 30px;
        margin-bottom: 50px;
    }

        section.secao_servicos ul.ul_servicos li .img_servicos {
            width: 120px;
            height: 120px;
            margin: auto;
            display: table;
            border: 5px solid rgba(255,255,255,0.7);
            border-radius: 50%;
            margin-bottom: 10px;
        }

            section.secao_servicos ul.ul_servicos li .img_servicos img {
                max-width: 100%;
                height: auto;
                max-height: 100%;
                vertical-align: middle;
                float: none;
                margin: auto;
                position: relative;
                top: 50%;
                transform: translateY(-50%);
                display: table;
            }

        section.secao_servicos ul.ul_servicos li h4 {
            font-size: 20px;
            text-align: center;
            line-height: 25px;
            font-weight: 400;
        }

        section.secao_servicos ul.ul_servicos li p {
            margin: auto;
            display: table;
            margin-top: 10px;
            text-align: center;
            line-height: 20px;
        }

    section.secao_servicos .btn_padrao {
        clear: both;
        margin-top: 20px;
    }
/*#endregion */

/*#region SEÇÃO FALE CONOSCO */

section.secao_faleconosco {
    background-color: #f9d765;
}

    section.secao_faleconosco h3 {
        line-height: 40px;
        color: #104e5d;
    }

    section.secao_faleconosco small {
        color: #000;
    }

    section.secao_faleconosco .painel_faleconosco {
        clear: both;
        margin-top: 15px;
    }

        section.secao_faleconosco .painel_faleconosco .div_label {
            margin-bottom: 10px;
        }

        section.secao_faleconosco .painel_faleconosco input, section.secao_faleconosco .painel_faleconosco select {
            margin-top: 5px;
        }

            section.secao_faleconosco .painel_faleconosco select.drop_segmento {
                width: 95%;
            }

        section.secao_faleconosco .painel_faleconosco textarea {
            height: 88px;
            margin-top: 5px;
            width: 89%;
            padding-top: 10px;
            padding-left: 10px;
            font-size: 14px
        }

        section.secao_faleconosco .painel_faleconosco input[type=submit] {
            float: none;
            margin: auto;
            display: table;
            background-color: #104e5d;
            color: #fff;
        }

        section.secao_faleconosco .painel_faleconosco a.btn_whats {
            float: none;
            margin: auto;
            display: table;
            color: #fff;
            background-color: #09850b;
            margin-top: 20px;
            border-color: #046837;
        }

            section.secao_faleconosco .painel_faleconosco a.btn_whats:hover {
                background-color: #046837;
            }

        section .secao_faleconosco .painel_faleconosco input[type=submit]:hover {
            background-color: #000;
        }

    section.secao_faleconosco ul.endereco_whats li {
        margin-top: 15px;
    }

        section.secao_faleconosco ul.endereco_whats li:before {
            content: "";
            float: left;
            width: 34px;
            height: 34px;
            margin-right: 10px;
            border-radius: 50%;
            /*background: #fff;*/
            background-position: center center;
        }

        section.secao_faleconosco ul.endereco_whats li h4 {
            float: left;
            font-size: 18px;
            line-height: 31px;
            color: #104e5d;
        }

        section.secao_faleconosco ul.endereco_whats li.endereco:before {
            background-image: url(../imagens/icon_localizacao.jpg);
        }

        section.secao_faleconosco ul.endereco_whats li.whats:before {
            background-image: url(../imagens/icon_whats.jpg);
        }

        section.secao_faleconosco ul.endereco_whats li p, section.secao_faleconosco ul.endereco_whats li address {
            float: left;
            clear: both;
            margin-left: 45px;
            font-style: normal;
        }

            section.secao_faleconosco ul.endereco_whats li p a {
                color: #000;
            }

                section.secao_faleconosco ul.endereco_whats li p a:hover {
                    text-decoration: underline;
                }
/*#endregion */
/*#region RODAPÉ */
footer {
    height: 70px;
    background-color: #ccc;
    padding: 0;
}

    footer h2 a {
        float: left;
        margin-top: 10px;
        margin-left: 100px;
    }

    footer p.copyright {
        float: left;
        margin-top: 29px;
    }

    footer nav.menu_redes {
        float: right;
        width: 150px;
        margin-top: 15px;
    }

        footer nav.menu_redes li a {
            width: 40px;
            height: 35px;
            float: left;
            text-indent: -9000em;
            margin-left: 10px;
            background-repeat: no-repeat;
            background-position: top center;
        }

            footer nav.menu_redes li a.face {
                background-image: url(../imagens/icon_face_footer.png);
            }

            footer nav.menu_redes li a.whats {
                background-image: url(../imagens/icon_youtube_footer.png);
            }

            footer nav.menu_redes li a.insta {
                background-image: url(../imagens/icon_instagram_footer.png);
            }

        footer nav.menu_redes li a {
            background-position: bottom center;
        }

            footer nav.menu_redes li a:hover {
                background-position: top center;
            }
/*#endregion */
